/[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 1461 by astrand, Wed Mar 26 17:16:32 2008 UTC revision 1463 by astrand, Fri Mar 28 11:36:15 2008 UTC
# Line 1919  ui_init(void) Line 1919  ui_init(void)
1919          ewmh_init();          ewmh_init();
1920          if (g_seamless_rdp)          if (g_seamless_rdp)
1921          {          {
                 seamless_restack_test();  
1922                  seamless_init();                  seamless_init();
1923          }          }
1924    
# Line 2096  ui_create_window(void) Line 2095  ui_create_window(void)
2095          if (g_null_cursor == NULL)          if (g_null_cursor == NULL)
2096                  g_null_cursor = ui_create_cursor(0, 0, 1, 1, null_pointer_mask, null_pointer_data);                  g_null_cursor = ui_create_cursor(0, 0, 1, 1, null_pointer_mask, null_pointer_data);
2097    
2098            if (g_seamless_rdp)
2099            {
2100                    seamless_restack_test();
2101            }
2102    
2103          return True;          return True;
2104  }  }
2105    

Legend:
Removed from v.1461  
changed lines
  Added in v.1463

  ViewVC Help
Powered by ViewVC 1.1.26