need dummy GCId in getPixel (for win32)
authorClaus Gittinger <cg@exept.de>
Sat, 22 May 1999 01:47:18 +0200
changeset 2713 1aef3acb4e04
parent 2712 641bad954139
child 2714 e5d16e41cbab
need dummy GCId in getPixel (for win32)
XWorkstat.st
XWorkstation.st
--- a/XWorkstat.st	Sat May 22 01:45:53 1999 +0200
+++ b/XWorkstat.st	Sat May 22 01:47:18 1999 +0200
@@ -8830,7 +8830,7 @@
     ^ self primitiveFailed
 !
 
-getPixelX:x y:y from:aDrawableId
+getPixelX:x y:y from:aDrawableId with:dummyGCId
     "return the pixel value at x/y; coordinates start at 0/0 for the upper left.
      Nil is returned for invalid coordinates or if any other problem arises."
 
@@ -10180,6 +10180,6 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/XWorkstat.st,v 1.314 1999-05-20 14:11:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/XWorkstat.st,v 1.315 1999-05-21 23:47:18 cg Exp $'
 ! !
 XWorkstation initialize!
--- a/XWorkstation.st	Sat May 22 01:45:53 1999 +0200
+++ b/XWorkstation.st	Sat May 22 01:47:18 1999 +0200
@@ -8830,7 +8830,7 @@
     ^ self primitiveFailed
 !
 
-getPixelX:x y:y from:aDrawableId
+getPixelX:x y:y from:aDrawableId with:dummyGCId
     "return the pixel value at x/y; coordinates start at 0/0 for the upper left.
      Nil is returned for invalid coordinates or if any other problem arises."
 
@@ -10180,6 +10180,6 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.314 1999-05-20 14:11:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.315 1999-05-21 23:47:18 cg Exp $'
 ! !
 XWorkstation initialize!