# HG changeset patch # User Jan Vrany # Date 1461651411 -3600 # Node ID 094b29cf4c2c316b127e0150d8e85079f17a9f4f # Parent 8bbebcb32e2b4431cf3034e384da9f620f42dee0 Oops, removed DeviceGraphicsContext>>drawableId ...this one should belong to stx:libview! diff -r 8bbebcb32e2b -r 094b29cf4c2c extensions.st --- a/extensions.st Fri Apr 08 08:02:56 2016 +0100 +++ b/extensions.st Tue Apr 26 07:16:51 2016 +0100 @@ -149,15 +149,6 @@ "Modified (format): / 29-03-2016 / 23:56:46 / jv" ! ! -!DeviceGraphicsContext methodsFor:'cairo support'! - -drawableId - - ^drawableId - - "Created: / 10-07-2008 / 10:20:04 / Jan Vrany " -! ! - !GraphicsContext methodsFor:'drawing in device coordinates'! displayDeviceLineFromX:x1 y:y1 toX:x2 y:y2