/[rdesktop]/sourceforge.net/trunk/rdesktop/xwin.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/xwin.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 156 by matthewc, Sat Sep 14 13:47:24 2002 UTC revision 157 by matthewc, Sun Sep 15 11:39:16 2002 UTC
# Line 459  xwin_toggle_fullscreen() Line 459  xwin_toggle_fullscreen()
459    
460          XUnmapWindow(display, wnd);          XUnmapWindow(display, wnd);
461          attribs.override_redirect = fullscreen;          attribs.override_redirect = fullscreen;
462            XMoveResizeWindow(display, wnd, 0, 0, newwidth, newheight);
463          XChangeWindowAttributes(display, wnd, CWOverrideRedirect, &attribs);          XChangeWindowAttributes(display, wnd, CWOverrideRedirect, &attribs);
         XResizeWindow(display, wnd, newwidth, newheight);  
464          xwin_map_window();          xwin_map_window();
465  }  }
466    

Legend:
Removed from v.156  
changed lines
  Added in v.157

  ViewVC Help
Powered by ViewVC 1.1.26