/[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 1138 by ossman_, Wed Mar 15 15:10:21 2006 UTC revision 1139 by astrand, Wed Mar 15 15:16:18 2006 UTC
# Line 3062  ui_seamless_create_window(unsigned long Line 3062  ui_seamless_create_window(unsigned long
3062                              CWBorderPixel, &attribs);                              CWBorderPixel, &attribs);
3063    
3064          XStoreName(g_display, wnd, "SeamlessRDP");          XStoreName(g_display, wnd, "SeamlessRDP");
3065            ewmh_set_wm_name(wnd, "SeamlessRDP");
3066    
3067          mwm_hide_decorations(wnd);          mwm_hide_decorations(wnd);
3068    
# Line 3193  ui_seamless_settitle(unsigned long id, c Line 3194  ui_seamless_settitle(unsigned long id, c
3194                  return;                  return;
3195          }          }
3196    
3197            /* FIXME: Might want to convert the name for non-EWMH WMs */
3198          XStoreName(g_display, sw->wnd, title);          XStoreName(g_display, sw->wnd, title);
3199            ewmh_set_wm_name(sw->wnd, title);
3200  }  }
3201    
3202    

Legend:
Removed from v.1138  
changed lines
  Added in v.1139

  ViewVC Help
Powered by ViewVC 1.1.26