Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11window.c @ 2725:6ce6d56b63bf
indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 26 Aug 2008 05:57:41 +0000 |
parents | abacf2555bb4 |
children | 99210400e8b9 |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11window.c Tue Aug 26 05:26:28 2008 +0000 +++ b/src/video/x11/SDL_x11window.c Tue Aug 26 05:57:41 2008 +0000 @@ -493,11 +493,11 @@ #else { XSelectInput(data->display, w, - (FocusChangeMask | EnterWindowMask | LeaveWindowMask | - ExposureMask | ButtonPressMask | ButtonReleaseMask | - PointerMotionMask | KeyPressMask | KeyReleaseMask | - PropertyChangeMask | StructureNotifyMask | - KeymapStateMask)); + (FocusChangeMask | EnterWindowMask | LeaveWindowMask | + ExposureMask | ButtonPressMask | ButtonReleaseMask | + PointerMotionMask | KeyPressMask | KeyReleaseMask | + PropertyChangeMask | StructureNotifyMask | + KeymapStateMask)); } #endif