--- sourceforge.net/branches/seamlessrdp-branch/rdesktop/xwin.c 2006/03/15 12:58:50 1132 +++ sourceforge.net/branches/seamlessrdp-branch/rdesktop/xwin.c 2006/03/15 13:15:51 1133 @@ -3061,14 +3061,15 @@ CWBackPixel | CWBackingStore | CWOverrideRedirect | CWColormap | CWBorderPixel, &attribs); - XStoreName(g_display, wnd, "rdesktop-seamless"); + XStoreName(g_display, wnd, "SeamlessRDP"); mwm_hide_decorations(wnd); classhints = XAllocClassHint(); if (classhints != NULL) { - classhints->res_name = classhints->res_class = "rdesktop"; + classhints->res_name = "rdesktop"; + classhints->res_class = "SeamlessRDP"; XSetClassHint(g_display, wnd, classhints); XFree(classhints); }