Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11video.c @ 1863:0e44c6f90b95
Fixed bug #241
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 20 Jun 2006 05:25:04 +0000 |
parents | 45669d4efd02 |
children | c121d94672cb a10bddfdc40f |
comparison
equal
deleted
inserted
replaced
1862:fe99535ac064 | 1863:0e44c6f90b95 |
---|---|
327 } | 327 } |
328 | 328 |
329 if(FSwindow) | 329 if(FSwindow) |
330 XDestroyWindow(SDL_Display, FSwindow); | 330 XDestroyWindow(SDL_Display, FSwindow); |
331 | 331 |
332 #if SDL_VIDEO_DRIVER_X11_VIDMODE | 332 #if SDL_VIDEO_DRIVER_X11_XINERAMA |
333 if ( use_xinerama ) { | 333 if ( use_xinerama ) { |
334 x = xinerama_info.x_org; | 334 x = xinerama_info.x_org; |
335 y = xinerama_info.y_org; | 335 y = xinerama_info.y_org; |
336 } | 336 } |
337 #endif | 337 #endif |