*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sun, 14 Mar 1999 14:42:38 +0100
changeset 2508 008953d74e91
parent 2507 daaf44f27cdd
child 2509 eacc9e287ecf
*** empty log message ***
WinWorkstat.st
WinWorkstation.st
--- a/WinWorkstat.st	Sun Mar 14 14:25:05 1999 +0100
+++ b/WinWorkstat.st	Sun Mar 14 14:42:38 1999 +0100
@@ -2015,6 +2015,8 @@
 
 	case WM_NCRBUTTONDOWN:
 	    EVENT_PRINTF(("WM_NCRBUTTONDOWN\n"));
+	    SetWindowPos(hWnd, HWND_BOTTOM, 0, 0, 0, 0, SWP_NOACTIVATE | SWP_NOMOVE|SWP_NOSIZE);
+	    *pDefault = 0;
 	    break;
 
 	case WM_NCRBUTTONUP:
@@ -10804,6 +10806,6 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/WinWorkstat.st,v 1.89 1999-03-12 08:33:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/WinWorkstat.st,v 1.90 1999-03-14 13:42:38 cg Exp $'
 ! !
 WinWorkstation initialize!
--- a/WinWorkstation.st	Sun Mar 14 14:25:05 1999 +0100
+++ b/WinWorkstation.st	Sun Mar 14 14:42:38 1999 +0100
@@ -2015,6 +2015,8 @@
 
 	case WM_NCRBUTTONDOWN:
 	    EVENT_PRINTF(("WM_NCRBUTTONDOWN\n"));
+	    SetWindowPos(hWnd, HWND_BOTTOM, 0, 0, 0, 0, SWP_NOACTIVATE | SWP_NOMOVE|SWP_NOSIZE);
+	    *pDefault = 0;
 	    break;
 
 	case WM_NCRBUTTONUP:
@@ -10804,6 +10806,6 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.89 1999-03-12 08:33:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.90 1999-03-14 13:42:38 cg Exp $'
 ! !
 WinWorkstation initialize!