comparison src/video/win32/SDL_win32modes.c @ 4746:0c39b36dd104

Merge
author dewyatt
date Tue, 06 Jul 2010 02:07:42 -0400
parents 3e69e077cb95
children e1664f94f026
comparison
equal deleted inserted replaced
4745:0aaa54fbd2bc 4746:0c39b36dd104
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) {