Unverified Commit f4782bbd authored by Mike Gabriel's avatar Mike Gabriel

Merge branch 'uli42-pr/fix_fullscreen' into 3.6.x

parents f60ac577 e156bdc0
...@@ -2083,7 +2083,7 @@ void ddxUseMsg(void) ...@@ -2083,7 +2083,7 @@ void ddxUseMsg(void)
ErrorF("-full utilize full regeneration\n"); ErrorF("-full utilize full regeneration\n");
ErrorF("-class string default visual class\n"); ErrorF("-class string default visual class\n");
ErrorF("-depth int default depth\n"); ErrorF("-depth int default depth\n");
ErrorF("-geometry WxH+X+Y window size and position\n"); ErrorF("-geometry string window size and position (WXH+X+Y) or 'allscreens' / 'onescreen'\n");
ErrorF("-bw int window border width\n"); ErrorF("-bw int window border width\n");
ErrorF("-name string window name\n"); ErrorF("-name string window name\n");
ErrorF("-scrns int number of screens to generate\n"); ErrorF("-scrns int number of screens to generate\n");
......
...@@ -337,12 +337,6 @@ void nxagentMinimizeFromFullScreen(ScreenPtr pScreen) ...@@ -337,12 +337,6 @@ void nxagentMinimizeFromFullScreen(ScreenPtr pScreen)
*/ */
void nxagentMaximizeToFullScreen(ScreenPtr pScreen) void nxagentMaximizeToFullScreen(ScreenPtr pScreen)
{ {
if (nxagentOption(AllScreens))
nxagentSwitchAllScreens(pScreen, True);
else
nxagentSwitchFullscreen(pScreen, True);
return;
/* /*
XUnmapWindow(nxagentDisplay, nxagentIconWindow); XUnmapWindow(nxagentDisplay, nxagentIconWindow);
*/ */
......
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