[Xorg-commit] xc/lib/windows windowswm.c,1.1.2.2,1.1.2.3 windowswm.h,1.1.2.2,1.1.2.3 windowswmstr.h,1.1.2.1,1.1.2.2

Kensuke Matsuzaki xorg-commit at pdx.freedesktop.org
Thu Jan 15 23:20:41 EET 2004


Committed by: zakki

Update of /cvs/xorg/xc/lib/windows
In directory pdx:/tmp/cvs-serv10134/lib/windows

Modified Files:
      Tag: CYGWIN
	windowswm.c windowswm.h windowswmstr.h 
Log Message:
Convert winwin32rootlesswindow.c's \r\n to \n.
Top level X window has own frame's HWND.


Index: windowswm.c
===================================================================
RCS file: /cvs/xorg/xc/lib/windows/Attic/windowswm.c,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- windowswm.c	18 Dec 2003 01:32:03 -0000	1.1.2.2
+++ windowswm.c	15 Jan 2004 21:20:30 -0000	1.1.2.3
@@ -1,4 +1,7 @@
-/* WindowsWM extension is based on AppleWM extension*/
+/*
+ * WindowsWM extension is based on AppleWM extension
+ * Authors:	Kensuke Matsuzaki
+ */
 /**************************************************************************
 
 Copyright (c) 2002 Apple Computer, Inc.

Index: windowswm.h
===================================================================
RCS file: /cvs/xorg/xc/lib/windows/Attic/windowswm.h,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- windowswm.h	18 Dec 2003 01:32:03 -0000	1.1.2.2
+++ windowswm.h	15 Jan 2004 21:20:30 -0000	1.1.2.3
@@ -1,4 +1,7 @@
-/* WindowsWM extension is based on AppleWM extension*/
+/*
+ * WindowsWM extension is based on AppleWM extension
+ * Authors:	Kensuke Matsuzaki
+ */
 /**************************************************************************
 
 Copyright (c) 2002 Apple Computer, Inc.
@@ -130,9 +133,10 @@
 #define WindowsWMFrameStyleExTransparent	32
 #define WindowsWMFrameStyleExWindowEdge		256
 
-#define WINDOWSWM_RAISE_ON_CLICK "_WINDOWSWM_RAISE_ON_CLICK"
-#define WINDOWSWM_MOUSE_ACTIVATE "_WINDOWSWM_MOUSE_ACTIVATE"
-#define WINDOWSWM_CLIENT_WINDOW "_WINDOWSWM_CLIENT_WINDOW"
+#define WINDOWSWM_RAISE_ON_CLICK	"_WINDOWSWM_RAISE_ON_CLICK"
+#define WINDOWSWM_MOUSE_ACTIVATE	"_WINDOWSWM_MOUSE_ACTIVATE"
+#define WINDOWSWM_CLIENT_WINDOW		"_WINDOWSWM_CLIENT_WINDOW"
+#define WINDOWSWM_NATIVE_HWND		"_WINDOWSWM_NATIVE_HWND"
 
 #ifndef _WINDOWSWM_SERVER_
 

Index: windowswmstr.h
===================================================================
RCS file: /cvs/xorg/xc/lib/windows/Attic/windowswmstr.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- windowswmstr.h	5 Dec 2003 03:37:26 -0000	1.1.2.1
+++ windowswmstr.h	15 Jan 2004 21:20:30 -0000	1.1.2.2
@@ -1,4 +1,7 @@
-/* WindowsWM extension is based on AppleWM extension*/
+/*
+ * WindowsWM extension is based on AppleWM extension
+ * Authors:	Kensuke Matsuzaki
+ */
 /**************************************************************************
 
 Copyright (c) 2002 Apple Computer, Inc.





More information about the xorg-commit mailing list