Skip to content

Commit

Permalink
Whoops, patched to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 25, 2007
1 parent 1e911c3 commit 4946ef4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/x11/SDL_x11video.c
Expand Up @@ -539,7 +539,6 @@ static void create_aux_windows(_THIS)
whenever we re-create an IC. */
unsigned long mask = 0;
char *ret = pXGetICValues(SDL_IC, XNFilterEvents, &mask, NULL);
&ic_event_mask, NULL);
XSelectInput(SDL_Display, WMwindow, app_event_mask | mask);
XSetICFocus(SDL_IC);
}
Expand Down

0 comments on commit 4946ef4

Please sign in to comment.