diff dwt/graphics/Device.d @ 197:184ab53b7785

Changes and fixes for jface
author Frank Benoit <benoit@tionex.de>
date Thu, 10 Apr 2008 11:19:49 +0200
parents f906dbcacee5
children ab60f3309436
line wrap: on
line diff
--- a/dwt/graphics/Device.d	Mon Apr 07 13:08:57 2008 +0200
+++ b/dwt/graphics/Device.d	Thu Apr 10 11:19:49 2008 +0200
@@ -142,7 +142,7 @@
             tracking = data.tracking;
         }
         create (data);
-        init ();
+        init_ ();
         if (tracking) {
             errors = new Exception [128];
             objects = new Object [128];
@@ -655,7 +655,7 @@
  *
  * @see #create
  */
-protected void init () {
+protected void init_ () {
     if (debug_) {
         static if (!OS.IsWinCE) OS.GdiSetBatchLimit(1);
     }