*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 06 May 1997 14:50:31 +0200
changeset 1712 647c6019cec4
parent 1711 9758281e72fd
child 1713 2cc82e800b8e
*** empty log message ***
DevGC.st
DeviceGraphicsContext.st
bc.mak
nt.mak
--- a/DevGC.st	Tue May 06 14:49:50 1997 +0200
+++ b/DevGC.st	Tue May 06 14:50:31 1997 +0200
@@ -294,6 +294,10 @@
         self initGC
     ].
     device setClipByChildren:aBoolean in:drawableId gc:gcId
+    device setNoClipIn:drawableId gc:gcId.
+/*
+    device setClipX:0 y:0 width:(self width) height:(self height) in:drawableId gc:gcId.
+*/
 
     "Created: 17.7.1996 / 13:25:16 / cg"
     "Modified: 29.4.1997 / 15:33:55 / dq"
@@ -308,7 +312,7 @@
     aRectangleOrNil isNil ifTrue:[
 	clipRect isNil ifTrue:[^ self].
 	gcId notNil ifTrue:[
-	    device noClipIn:gcId
+	    device noClipIn:drawableId gc:gcId
 	]
     ] ifFalse:[
 	clipRect notNil ifTrue:[
@@ -340,7 +344,7 @@
 		h := h truncated + 1
 	    ].
 
-	    device setClipX:x y:y width:w height:h in:gcId
+	    device setClipX:x y:y width:w height:h in:drawableId gc:gcId
 	]
     ].
     clipRect := aRectangleOrNil
@@ -3686,6 +3690,6 @@
 !DeviceGraphicsContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/DevGC.st,v 1.40 1997-04-29 13:35:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/DevGC.st,v 1.41 1997-05-06 12:50:31 cg Exp $'
 ! !
 DeviceGraphicsContext initialize!
--- a/DeviceGraphicsContext.st	Tue May 06 14:49:50 1997 +0200
+++ b/DeviceGraphicsContext.st	Tue May 06 14:50:31 1997 +0200
@@ -294,6 +294,10 @@
         self initGC
     ].
     device setClipByChildren:aBoolean in:drawableId gc:gcId
+    device setNoClipIn:drawableId gc:gcId.
+/*
+    device setClipX:0 y:0 width:(self width) height:(self height) in:drawableId gc:gcId.
+*/
 
     "Created: 17.7.1996 / 13:25:16 / cg"
     "Modified: 29.4.1997 / 15:33:55 / dq"
@@ -308,7 +312,7 @@
     aRectangleOrNil isNil ifTrue:[
 	clipRect isNil ifTrue:[^ self].
 	gcId notNil ifTrue:[
-	    device noClipIn:gcId
+	    device noClipIn:drawableId gc:gcId
 	]
     ] ifFalse:[
 	clipRect notNil ifTrue:[
@@ -340,7 +344,7 @@
 		h := h truncated + 1
 	    ].
 
-	    device setClipX:x y:y width:w height:h in:gcId
+	    device setClipX:x y:y width:w height:h in:drawableId gc:gcId
 	]
     ].
     clipRect := aRectangleOrNil
@@ -3686,6 +3690,6 @@
 !DeviceGraphicsContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceGraphicsContext.st,v 1.40 1997-04-29 13:35:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceGraphicsContext.st,v 1.41 1997-05-06 12:50:31 cg Exp $'
 ! !
 DeviceGraphicsContext initialize!
--- a/bc.mak	Tue May 06 14:49:50 1997 +0200
+++ b/bc.mak	Tue May 06 14:50:31 1997 +0200
@@ -1,5 +1,5 @@
 #
-# $Header: /cvs/stx/stx/libview/bc.mak,v 1.16 1997-05-01 15:38:04 cg Exp $
+# $Header: /cvs/stx/stx/libview/bc.mak,v 1.17 1997-05-06 12:50:13 cg Exp $
 #
 
 TOP=..
@@ -66,8 +66,7 @@
 	KeybdMap.$(O)                        \
 	RsrcPack.$(O)                        \
 	  ViewStyle.$(O)                     \
-	Depth16Image.$(O)                    \
-    WinWorkstat.$(O)                  
+	Depth16Image.$(O)
 
 !INCLUDE $(TOP)\rules\stdRules_nt
 
--- a/nt.mak	Tue May 06 14:49:50 1997 +0200
+++ b/nt.mak	Tue May 06 14:50:31 1997 +0200
@@ -1,5 +1,5 @@
 #
-# $Header: /cvs/stx/stx/libview/Attic/nt.mak,v 1.16 1997-05-01 15:38:04 cg Exp $
+# $Header: /cvs/stx/stx/libview/Attic/nt.mak,v 1.17 1997-05-06 12:50:13 cg Exp $
 #
 
 TOP=..
@@ -66,8 +66,7 @@
 	KeybdMap.$(O)                        \
 	RsrcPack.$(O)                        \
 	  ViewStyle.$(O)                     \
-	Depth16Image.$(O)                    \
-    WinWorkstat.$(O)                  
+	Depth16Image.$(O)
 
 !INCLUDE $(TOP)\rules\stdRules_nt