CairoGraphicsContext.st
changeset 76 f3deda9cea3e
parent 75 e3ca2f982493
child 77 cdf856e78998
equal deleted inserted replaced
75:e3ca2f982493 76:f3deda9cea3e
   265 
   265 
   266     "Created: / 05-03-2016 / 16:35:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   266     "Created: / 05-03-2016 / 16:35:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   267 !
   267 !
   268 
   268 
   269 width: width height: height
   269 width: width height: height
   270     device isX11Platform ifTrue:[ 
   270     cr notNil ifTrue:[
   271         cr surface width: width height: height 
   271         device isX11Platform ifTrue:[ 
   272     ] ifFalse:[ 
   272             cr surface width: width height: height 
   273         self destroyCR.
   273         ] ifFalse:[ 
       
   274             self destroyCR.
       
   275         ].
   274     ].
   276     ].
   275 
   277 
   276     "Created: / 02-04-2016 / 15:37:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   278     "Created: / 02-04-2016 / 15:37:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   277     "Modified: / 02-04-2016 / 15:55:29 / jv"
   279     "Modified: / 02-04-2016 / 15:55:29 / jv"
   278 ! !
   280 ! !