CVS: rdesktop xwin.c,1.205.2.12,1.205.2.13
Peter Ã
strand <[email protected]> Wed, 15 Mar 2006 05:15:55 -0800
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9177
Modified Files:
Tag: seamlessrdp-branch
xwin.c
Log Message:
Changed default WM_NAME. Changed WM_CLASS to
rdesktop/SeamlessRDP. This makes it easier to identify seamless
windows, but also shows a nicer title in kwin when WM_NAME is empty.
Index: xwin.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/xwin.c,v
retrieving revision 1.205.2.12
retrieving revision 1.205.2.13
diff -C2 -d -r1.205.2.12 -r1.205.2.13
*** xwin.c 15 Mar 2006 12:58:50 -0000 1.205.2.12
--- xwin.c 15 Mar 2006 13:15:51 -0000 1.205.2.13
***************
*** 3062,3066 ****
CWBorderPixel, &attribs);
! XStoreName(g_display, wnd, "rdesktop-seamless");
mwm_hide_decorations(wnd);
--- 3062,3066 ----
CWBorderPixel, &attribs);
! XStoreName(g_display, wnd, "SeamlessRDP");
mwm_hide_decorations(wnd);
***************
*** 3069,3073 ****
if (classhints != NULL)
{
! classhints->res_name = classhints->res_class = "rdesktop";
XSetClassHint(g_display, wnd, classhints);
XFree(classhints);
--- 3069,3074 ----
if (classhints != NULL)
{
! classhints->res_name = "rdesktop";
! classhints->res_class = "SeamlessRDP";
XSetClassHint(g_display, wnd, classhints);
XFree(classhints);
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642