Mercurial > sdl-ios-xcode
changeset 3979:1683d807c4fa SDL-1.2
Whoops, patched to compile.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 25 Jun 2007 20:08:55 +0000 |
parents | b966761fef6c |
children | 5368d56af4da |
files | src/video/x11/SDL_x11video.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.c Mon Jun 25 19:58:32 2007 +0000 +++ b/src/video/x11/SDL_x11video.c Mon Jun 25 20:08:55 2007 +0000 @@ -539,7 +539,6 @@ 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); }