Commit 9289f20b authored by Ryan C. Gordon's avatar Ryan C. Gordon

Whoops, patched to compile.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402379
parent daddb897
...@@ -539,7 +539,6 @@ static void create_aux_windows(_THIS) ...@@ -539,7 +539,6 @@ static void create_aux_windows(_THIS)
whenever we re-create an IC. */ whenever we re-create an IC. */
unsigned long mask = 0; unsigned long mask = 0;
char *ret = pXGetICValues(SDL_IC, XNFilterEvents, &mask, NULL); char *ret = pXGetICValues(SDL_IC, XNFilterEvents, &mask, NULL);
&ic_event_mask, NULL);
XSelectInput(SDL_Display, WMwindow, app_event_mask | mask); XSelectInput(SDL_Display, WMwindow, app_event_mask | mask);
XSetICFocus(SDL_IC); XSetICFocus(SDL_IC);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment