CVS: rdesktop xwin.c,1.221,1.222

Peter Åstrand <[email protected]> Tue, 16 Jan 2007 23:39:35 -0800
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/rdesktop
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv3873

Modified Files:
	xwin.c 
Log Message:
Call ewmh_set_wm_name for main window as well, not just SeamlessRDP windows. This allows specifying an UTF-8 title with the -T argument.

Index: xwin.c
===================================================================
RCS file: /cvsroot/rdesktop/rdesktop/xwin.c,v
retrieving revision 1.221
retrieving revision 1.222
diff -C2 -d -r1.221 -r1.222
*** xwin.c	8 Jan 2007 04:47:06 -0000	1.221
--- xwin.c	17 Jan 2007 07:39:31 -0000	1.222
***************
*** 1734,1737 ****
--- 1734,1738 ----
  
  	XStoreName(g_display, g_wnd, g_title);
+ 	ewmh_set_wm_name(g_wnd, g_title);
  
  	if (g_hide_decorations)


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV