diff 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
line wrap: on
line diff
--- a/src/video/win32/SDL_win32video.c	Fri Jul 23 01:48:42 2010 -0400
+++ b/src/video/win32/SDL_win32video.c	Mon Jul 26 17:27:04 2010 -0400
@@ -185,6 +185,7 @@
     device->DestroyWindow = WIN_DestroyWindow;
     device->GetWindowWMInfo = WIN_GetWindowWMInfo;
     
+    device->shape_driver.CreateShapedWindow = Win32_CreateShapedWindow;
     device->shape_driver.CreateShaper = Win32_CreateShaper;
     device->shape_driver.SetWindowShape = Win32_SetWindowShape;
     device->shape_driver.ResizeWindowShape = Win32_ResizeWindowShape;