diff src/video/x11/SDL_x11video.c @ 499:f480ecd70499

Added an aborted try at making fullscreen work on Xinerama screen != 0
author Sam Lantinga <slouken@libsdl.org>
date Mon, 30 Sep 2002 00:35:25 +0000
parents bb2d68294e81
children 08588ee79a67
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.c	Mon Sep 16 18:38:09 2002 +0000
+++ b/src/video/x11/SDL_x11video.c	Mon Sep 30 00:35:25 2002 +0000
@@ -282,7 +282,8 @@
     xattr.border_pixel = 0;
     xattr.colormap = SDL_XColorMap;
 
-    FSwindow = XCreateWindow(SDL_Display, SDL_Root, 0, 0, 32, 32, 0,
+    FSwindow = XCreateWindow(SDL_Display, SDL_Root,
+                             xinerama_x, xinerama_y, 32, 32, 0,
 			     this->hidden->depth, InputOutput, SDL_Visual,
 			     CWOverrideRedirect | CWBackPixel | CWBorderPixel
 			     | CWColormap,