/[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 1121 by astrand, Wed Mar 15 06:42:57 2006 UTC revision 1122 by astrand, Wed Mar 15 08:35:13 2006 UTC
# Line 3047  ui_seamless_create_window(unsigned long Line 3047  ui_seamless_create_window(unsigned long
3047          long input_mask;          long input_mask;
3048          seamless_window *sw, *sw_parent;          seamless_window *sw, *sw_parent;
3049    
3050          get_window_attribs(&attribs);          /* Ignore CREATEs for existing windows */
3051            sw = seamless_get_window_by_id(id);
3052            if (sw)
3053                    return;
3054    
3055            get_window_attribs(&attribs);
3056          attribs.override_redirect = False;          attribs.override_redirect = False;
3057    
3058          /* FIXME: Do not assume that -1, -1 is outside screen Consider          /* FIXME: Do not assume that -1, -1 is outside screen Consider

Legend:
Removed from v.1121  
changed lines
  Added in v.1122

  ViewVC Help
Powered by ViewVC 1.1.26