Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11video.c @ 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 | 3270e88063a2 |
comparison
equal
deleted
inserted
replaced
3978:b966761fef6c | 3979:1683d807c4fa |
---|---|
537 xlib specification allows IM to change the event requirement | 537 xlib specification allows IM to change the event requirement |
538 with its own circumstances, it is safe to call SelectInput | 538 with its own circumstances, it is safe to call SelectInput |
539 whenever we re-create an IC. */ | 539 whenever we re-create an IC. */ |
540 unsigned long mask = 0; | 540 unsigned long mask = 0; |
541 char *ret = pXGetICValues(SDL_IC, XNFilterEvents, &mask, NULL); | 541 char *ret = pXGetICValues(SDL_IC, XNFilterEvents, &mask, NULL); |
542 &ic_event_mask, NULL); | |
543 XSelectInput(SDL_Display, WMwindow, app_event_mask | mask); | 542 XSelectInput(SDL_Display, WMwindow, app_event_mask | mask); |
544 XSetICFocus(SDL_IC); | 543 XSetICFocus(SDL_IC); |
545 } | 544 } |
546 } | 545 } |
547 } | 546 } |