Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11video.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 | b6930aefd008 |
children | 7a602fd2121f |
comparison
equal
deleted
inserted
replaced
4808:2ae79ed78a5a | 4809:329708ffe2a7 |
---|---|
201 device->MinimizeWindow = X11_MinimizeWindow; | 201 device->MinimizeWindow = X11_MinimizeWindow; |
202 device->RestoreWindow = X11_RestoreWindow; | 202 device->RestoreWindow = X11_RestoreWindow; |
203 device->SetWindowGrab = X11_SetWindowGrab; | 203 device->SetWindowGrab = X11_SetWindowGrab; |
204 device->DestroyWindow = X11_DestroyWindow; | 204 device->DestroyWindow = X11_DestroyWindow; |
205 device->GetWindowWMInfo = X11_GetWindowWMInfo; | 205 device->GetWindowWMInfo = X11_GetWindowWMInfo; |
206 device->shape_driver.CreateShapedWindow = X11_CreateShapedWindow; | |
206 device->shape_driver.CreateShaper = X11_CreateShaper; | 207 device->shape_driver.CreateShaper = X11_CreateShaper; |
207 device->shape_driver.SetWindowShape = X11_SetWindowShape; | 208 device->shape_driver.SetWindowShape = X11_SetWindowShape; |
208 device->shape_driver.ResizeWindowShape = X11_ResizeWindowShape; | 209 device->shape_driver.ResizeWindowShape = X11_ResizeWindowShape; |
209 #ifdef SDL_VIDEO_OPENGL_GLX | 210 #ifdef SDL_VIDEO_OPENGL_GLX |
210 device->GL_LoadLibrary = X11_GL_LoadLibrary; | 211 device->GL_LoadLibrary = X11_GL_LoadLibrary; |