Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11video.c @ 3764:2970fcfbdd54 gsoc2008_manymouse
Relative mode for tablets. Info on wiki.
author | Szymon Wilczek <kazeuser@gmail.com> |
---|---|
date | Thu, 03 Jul 2008 22:03:58 +0000 |
parents | 81ea7d9a6624 |
children | 9087a84cba51 |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.c Wed Jul 02 20:29:29 2008 +0000 +++ b/src/video/x11/SDL_x11video.c Thu Jul 03 22:03:58 2008 +0000 @@ -362,4 +362,9 @@ free(SDL_XDevices); } +/*void X11_ForwardWindowCoordinates(int x, int y) +{ + SDL_VideoData *data = (SDL_VideoData *) _this->driverdata; +}*/ + /* vim: set ts=4 sw=4 expandtab: */