/[rdesktop]/sourceforge.net/branches/seamlessrdp-branch/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/branches/seamlessrdp-branch/rdesktop/xwin.c

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

revision 800 by stargo, Thu Nov 18 11:18:49 2004 UTC revision 801 by astrand, Tue Nov 23 13:29:12 2004 UTC
# Line 966  ui_create_window(void) Line 966  ui_create_window(void)
966          attribs.override_redirect = g_fullscreen;          attribs.override_redirect = g_fullscreen;
967          attribs.colormap = g_xcolmap;          attribs.colormap = g_xcolmap;
968    
969          g_wnd = XCreateWindow(g_display, RootWindowOfScreen(g_screen), g_xpos, g_ypos, wndwidth, wndheight,          g_wnd = XCreateWindow(g_display, RootWindowOfScreen(g_screen), g_xpos, g_ypos, wndwidth,
970                                0, g_depth, InputOutput, g_visual,                                wndheight, 0, g_depth, InputOutput, g_visual,
971                                CWBackPixel | CWBackingStore | CWOverrideRedirect |                                CWBackPixel | CWBackingStore | CWOverrideRedirect | CWColormap |
972                                CWColormap | CWBorderPixel, &attribs);                                CWBorderPixel, &attribs);
973    
974          if (g_gc == NULL)          if (g_gc == NULL)
975                  g_gc = XCreateGC(g_display, g_wnd, 0, NULL);                  g_gc = XCreateGC(g_display, g_wnd, 0, NULL);

Legend:
Removed from v.800  
changed lines
  Added in v.801

  ViewVC Help
Powered by ViewVC 1.1.26