/[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 1098 by astrand, Fri Mar 10 12:44:32 2006 UTC revision 1101 by astrand, Fri Mar 10 12:56:38 2006 UTC
# Line 2993  ui_seamless_create_window(unsigned long Line 2993  ui_seamless_create_window(unsigned long
2993          XSetWindowAttributes attribs;          XSetWindowAttributes attribs;
2994          XClassHint *classhints;          XClassHint *classhints;
2995          long input_mask;          long input_mask;
2996          seamless_window *sw;          seamless_window *sw, *sw_parent;
2997    
2998          get_window_attribs(&attribs);          get_window_attribs(&attribs);
2999    
# Line 3019  ui_seamless_create_window(unsigned long Line 3019  ui_seamless_create_window(unsigned long
3019                  XFree(classhints);                  XFree(classhints);
3020          }          }
3021    
3022            /* Set WM_TRANSIENT_FOR, if necessary */
3023            sw_parent = seamless_get_window_by_id(parent);
3024            if (sw_parent)
3025                    XSetTransientForHint(g_display, wnd, sw_parent->wnd);
3026            else
3027                    warning("ui_seamless_create_window: No parent window 0x%lx\n", parent);
3028    
3029          /* FIXME: Support for Input Context:s */          /* FIXME: Support for Input Context:s */
3030    
3031          get_input_mask(&input_mask);          get_input_mask(&input_mask);

Legend:
Removed from v.1098  
changed lines
  Added in v.1101

  ViewVC Help
Powered by ViewVC 1.1.26