*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 30 Oct 2009 10:22:54 +0100
changeset 5440 9f158dcd32e8
parent 5439 ead311cdf33a
child 5441 04ebe289a7e0
*** empty log message ***
WinWorkstation.st
--- a/WinWorkstation.st	Thu Oct 29 18:24:43 2009 +0100
+++ b/WinWorkstation.st	Fri Oct 30 10:22:54 2009 +0100
@@ -7225,8 +7225,8 @@
     RETURN (rslt);
 %}
     "
-     WinWorkstation rightButtonIsLowerWindow:true
-     WinWorkstation rightButtonIsLowerWindow:false
+     Display rightButtonIsLowerWindow:true
+     Display rightButtonIsLowerWindow:false
     "
 !
 
@@ -7281,8 +7281,8 @@
     RETURN (rslt);
 %}
     "
-     WinWorkstation shiftedLeftButtonIsLowerWindow:true
-     WinWorkstation shiftedLeftButtonIsLowerWindow:false
+     Display shiftedLeftButtonIsLowerWindow:true
+     Display shiftedLeftButtonIsLowerWindow:false
     "
 !
 
@@ -18978,11 +18978,11 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.409 2009-10-22 13:37:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.410 2009-10-30 09:22:54 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.409 2009-10-22 13:37:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.410 2009-10-30 09:22:54 cg Exp $'
 ! !
 
 WinWorkstation initialize!