/[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 1170 by astrand, Mon Mar 20 15:43:15 2006 UTC revision 1171 by astrand, Mon Mar 20 15:55:18 2006 UTC
# Line 3240  ui_seamless_create_window(unsigned long Line 3240  ui_seamless_create_window(unsigned long
3240                  return;                  return;
3241    
3242          get_window_attribs(&attribs);          get_window_attribs(&attribs);
         attribs.override_redirect = False;  
   
3243          wnd = XCreateWindow(g_display, RootWindowOfScreen(g_screen), -1, -1, 1, 1, 0, g_depth,          wnd = XCreateWindow(g_display, RootWindowOfScreen(g_screen), -1, -1, 1, 1, 0, g_depth,
3244                              InputOutput, g_visual,                              InputOutput, g_visual,
3245                              CWBackPixel | CWBackingStore | CWOverrideRedirect | CWColormap |                              CWBackPixel | CWBackingStore | CWColormap | CWBorderPixel, &attribs);
                             CWBorderPixel, &attribs);  
3246    
3247          XStoreName(g_display, wnd, "SeamlessRDP");          XStoreName(g_display, wnd, "SeamlessRDP");
3248          ewmh_set_wm_name(wnd, "SeamlessRDP");          ewmh_set_wm_name(wnd, "SeamlessRDP");

Legend:
Removed from v.1170  
changed lines
  Added in v.1171

  ViewVC Help
Powered by ViewVC 1.1.26