Mercurial > sdl-ios-xcode
comparison src/video/win32/SDL_win32window.c @ 4694:c24ba2cc9583
Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 22 Aug 2010 12:07:55 -0700 |
parents | e1664f94f026 03dcb795c583 |
children | 518d1679d2d0 |
comparison
equal
deleted
inserted
replaced
4638:08d22c54a21f | 4694:c24ba2cc9583 |
---|---|
216 SDL_Instance, NULL); | 216 SDL_Instance, NULL); |
217 if (!hwnd) { | 217 if (!hwnd) { |
218 WIN_SetError("Couldn't create window"); | 218 WIN_SetError("Couldn't create window"); |
219 return -1; | 219 return -1; |
220 } | 220 } |
221 //RegisterTouchWindow(hwnd, 0); | |
221 | 222 |
222 WIN_PumpEvents(_this); | 223 WIN_PumpEvents(_this); |
223 | 224 |
224 if (SetupWindowData(_this, window, hwnd, SDL_TRUE) < 0) { | 225 if (SetupWindowData(_this, window, hwnd, SDL_TRUE) < 0) { |
225 DestroyWindow(hwnd); | 226 DestroyWindow(hwnd); |