Mercurial > sdl-ios-xcode
comparison src/video/win32/SDL_win32modes.c @ 4465:3e69e077cb95
Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
Plus, this lets me start implementing cursor support.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 09 May 2010 20:47:22 -0700 |
parents | f7b03b6838cb |
children | e1664f94f026 |
comparison
equal
deleted
inserted
replaced
4464:fa77a6429698 | 4465:3e69e077cb95 |
---|---|
158 } | 158 } |
159 | 159 |
160 int | 160 int |
161 WIN_InitModes(_THIS) | 161 WIN_InitModes(_THIS) |
162 { | 162 { |
163 SDL_VideoData *data = (SDL_VideoData *) _this->driverdata; | |
164 DWORD i, j, count; | 163 DWORD i, j, count; |
165 DISPLAY_DEVICE device; | 164 DISPLAY_DEVICE device; |
166 | 165 |
167 device.cb = sizeof(device); | 166 device.cb = sizeof(device); |
168 for (i = 0;; ++i) { | 167 for (i = 0;; ++i) { |