comparison src/video/win32/SDL_win32video.c @ 4809:329708ffe2a7

Rejiggering the way shaped windows are created as preparation for OS X implementation. Fixed overdrive bug in test program that appears to have been introduced by someone other than myself.
author Eli Gottlieb <eligottlieb@gmail.com>
date Mon, 26 Jul 2010 17:27:04 -0400
parents 0bfda420c936
children 7a602fd2121f
comparison
equal deleted inserted replaced
4808:2ae79ed78a5a 4809:329708ffe2a7
183 device->RestoreWindow = WIN_RestoreWindow; 183 device->RestoreWindow = WIN_RestoreWindow;
184 device->SetWindowGrab = WIN_SetWindowGrab; 184 device->SetWindowGrab = WIN_SetWindowGrab;
185 device->DestroyWindow = WIN_DestroyWindow; 185 device->DestroyWindow = WIN_DestroyWindow;
186 device->GetWindowWMInfo = WIN_GetWindowWMInfo; 186 device->GetWindowWMInfo = WIN_GetWindowWMInfo;
187 187
188 device->shape_driver.CreateShapedWindow = Win32_CreateShapedWindow;
188 device->shape_driver.CreateShaper = Win32_CreateShaper; 189 device->shape_driver.CreateShaper = Win32_CreateShaper;
189 device->shape_driver.SetWindowShape = Win32_SetWindowShape; 190 device->shape_driver.SetWindowShape = Win32_SetWindowShape;
190 device->shape_driver.ResizeWindowShape = Win32_ResizeWindowShape; 191 device->shape_driver.ResizeWindowShape = Win32_ResizeWindowShape;
191 192
192 #ifdef SDL_VIDEO_OPENGL_WGL 193 #ifdef SDL_VIDEO_OPENGL_WGL