Skip to content
Snippets Groups Projects
Commit 64f028b9 authored by deuce's avatar deuce
Browse files

Use the new UIFC_NHM mode flag to prevent flickering.

parent ddb21104
Branches
Tags
No related merge requests found
......@@ -1117,7 +1117,7 @@ int main(int argc, char **argv)
/* UIFC initialization */
memset(&uifc,0,sizeof(uifc));
uifc.mode=UIFC_NOCTRL;
uifc.mode=UIFC_NOCTRL|UIFC_NHM;
uifc.size=sizeof(uifc);
uifc.esc_delay=25;
url[0]=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment