comparison src/video/x11/SDL_x11video.c @ 1690:43ba677b4f62 SDL-1.3

Fixed bug #241
author Sam Lantinga <slouken@libsdl.org>
date Tue, 20 Jun 2006 05:27:03 +0000
parents 4da1ee79c9af
children
comparison
equal deleted inserted replaced
1689:109bdfe06b31 1690:43ba677b4f62
339 } 339 }
340 340
341 if (FSwindow) 341 if (FSwindow)
342 XDestroyWindow(SDL_Display, FSwindow); 342 XDestroyWindow(SDL_Display, FSwindow);
343 343
344 #if SDL_VIDEO_DRIVER_X11_VIDMODE 344 #if SDL_VIDEO_DRIVER_X11_XINERAMA
345 if (use_xinerama) { 345 if (use_xinerama) {
346 x = xinerama[this->current_display].x_org; 346 x = xinerama[this->current_display].x_org;
347 y = xinerama[this->current_display].y_org; 347 y = xinerama[this->current_display].y_org;
348 } 348 }
349 #endif 349 #endif