/[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 1136 by astrand, Wed Mar 15 13:15:51 2006 UTC revision 1137 by ossman_, Wed Mar 15 15:10:21 2006 UTC
# Line 3084  ui_seamless_create_window(unsigned long Line 3084  ui_seamless_create_window(unsigned long
3084          }          }
3085    
3086          /* Set WM_TRANSIENT_FOR, if necessary */          /* Set WM_TRANSIENT_FOR, if necessary */
3087          if (parent)          if ((parent == 0x00000000) || (parent == 0xFFFFFFFF))
3088          {          {
3089                  sw_parent = seamless_get_window_by_id(parent);                  sw_parent = seamless_get_window_by_id(parent);
3090                  if (sw_parent)                  if (sw_parent)
# Line 3093  ui_seamless_create_window(unsigned long Line 3093  ui_seamless_create_window(unsigned long
3093                          warning("ui_seamless_create_window: No parent window 0x%lx\n", parent);                          warning("ui_seamless_create_window: No parent window 0x%lx\n", parent);
3094          }          }
3095    
3096            /* Handle popups without parents through some ewm hints */
3097            if (parent == 0xFFFFFFFF)
3098                    ewmh_set_window_popup(wnd);
3099    
3100          /* FIXME: Support for Input Context:s */          /* FIXME: Support for Input Context:s */
3101    
3102          get_input_mask(&input_mask);          get_input_mask(&input_mask);

Legend:
Removed from v.1136  
changed lines
  Added in v.1137

  ViewVC Help
Powered by ViewVC 1.1.26