XftFontDescription.st
branchdelegated_gc_jv
changeset 6726 9f16fe1701f5
parent 6725 306fd90ac185
child 6800 f4acb46ba42e
--- a/XftFontDescription.st	Fri Dec 26 22:39:28 2014 +0100
+++ b/XftFontDescription.st	Fri Dec 26 22:46:49 2014 +0100
@@ -624,7 +624,7 @@
     screen := device screen.
     drawableId := aGC drawableId.
 
-    aGC class == XWorkstation::XGraphicsContext ifTrue:[
+    aGC class == XGraphicsContext ifTrue:[
         "/ TODO: Following should be done atomically together with drawing...    
         drawId := aGC xftDrawId.
         drawIdIsShared := false.