[Xorg-commit] xc/programs/Xserver/hw/xwin winclipboardwndproc.c,1.1.4.1.2.3,1.1.4.1.2.4

Harold L Hunt II xorg-commit at pdx.freedesktop.org
Fri Jan 9 08:50:08 EET 2004


Committed by: harold

Update of /cvs/xorg/xc/programs/Xserver/hw/xwin
In directory pdx:/tmp/cvs-serv900

Modified Files:
      Tag: CYGWIN
	winclipboardwndproc.c 
Log Message:
Another new try at Unicode clipboard fix.

Index: winclipboardwndproc.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xwin/winclipboardwndproc.c,v
retrieving revision 1.1.4.1.2.3
retrieving revision 1.1.4.1.2.4
diff -u -d -r1.1.4.1.2.3 -r1.1.4.1.2.4
--- winclipboardwndproc.c	9 Jan 2004 06:24:25 -0000	1.1.4.1.2.3
+++ winclipboardwndproc.c	9 Jan 2004 06:49:46 -0000	1.1.4.1.2.4
@@ -225,8 +225,8 @@
 	if (message == WM_RENDERALLFORMATS)
 	  fConvertToUnicode = FALSE;
 	else
-	  fConvertToUnicode = g_fUnicodeSupport && (CF_UNICODETEXT == wParam);
-
+	  fConvertToUnicode = (CF_UNICODETEXT == wParam);
+	
 	/* Request the selection contents */
 	iReturn = XConvertSelection (pDisplay,
 				     *(pWindowProp->patomLastOwnedSelection),





More information about the xorg-commit mailing list