summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKensuke Matsuzaki <zakki@peppermint.jp>2004-01-15 21:20:30 +0000
committerKensuke Matsuzaki <zakki@peppermint.jp>2004-01-15 21:20:30 +0000
commitda895fb0893121140fb56fca89b9075d2fd8c2ea (patch)
treecd38987a844fec657e34c346b96c053598a1ffdc
parentedb29f6ed86f509e30ef417804a9ca2299b2dcbc (diff)
Convert winwin32rootlesswindow.c's \r\n to \n. Top level X window has own
frame's HWND.
-rwxr-xr-xwindowswm.h12
-rwxr-xr-xwindowswmstr.h5
2 files changed, 12 insertions, 5 deletions
diff --git a/windowswm.h b/windowswm.h
index ea39b0f..75b6506 100755
--- a/windowswm.h
+++ b/windowswm.h
@@ -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 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#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_
diff --git a/windowswmstr.h b/windowswmstr.h
index fc83fec..0ec834e 100755
--- a/windowswmstr.h
+++ b/windowswmstr.h
@@ -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.