Fixed delegated GC suppprt on windows jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 02 Apr 2015 12:20:22 +0100
branchjv
changeset 6836 7c4adc740f7b
parent 6835 cb169bccf632
child 6839 d0805d191f76
Fixed delegated GC suppprt on windows ...by fixing the condition in DeviceGraphicsContext>>displayDeviceForm:x:y:
DeviceGraphicsContext.st
--- a/DeviceGraphicsContext.st	Thu Apr 02 09:09:46 2015 +0100
+++ b/DeviceGraphicsContext.st	Thu Apr 02 12:20:22 2015 +0100
@@ -2219,7 +2219,7 @@
         self initGC
     ].
     "/ device needGCForBitmapSource  - i.e. WIN32
-    device isX11Platform ifTrue:[
+    device isWindowsPlatform ifTrue:[
         (deviceFormGCId := deviceForm gcId) isNil ifTrue:[
             deviceForm initGC.
             deviceFormGCId := deviceForm gcId.