Commit e001f91d authored by Sam Lantinga's avatar Sam Lantinga

Added an aborted try at making fullscreen work on Xinerama screen != 0

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40500
parent 9489d57f
This diff is collapsed.
...@@ -282,7 +282,8 @@ static void create_aux_windows(_THIS) ...@@ -282,7 +282,8 @@ static void create_aux_windows(_THIS)
xattr.border_pixel = 0; xattr.border_pixel = 0;
xattr.colormap = SDL_XColorMap; 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, this->hidden->depth, InputOutput, SDL_Visual,
CWOverrideRedirect | CWBackPixel | CWBorderPixel CWOverrideRedirect | CWBackPixel | CWBorderPixel
| CWColormap, | CWColormap,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment