comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/graphics/Device.d @ 108:b397a43d66d1

Updated swt linux for DMD 1.063 and latest Tango trunk.
author Jacob Carlborg <doob@me.com>
date Wed, 25 Aug 2010 23:08:27 +0200
parents ddbfe84d86df
children fb3aa8075988
comparison
equal deleted inserted replaced
107:e944a4cf537b 108:b397a43d66d1
697 if (DEBUG || dev.debugging) { 697 if (DEBUG || dev.debugging) {
698 ExceptionPrintStackTrace(new Exception ("")); 698 ExceptionPrintStackTrace(new Exception (""));
699 } 699 }
700 OS.g_log_default_handler (log_domain, log_level, message, user_data); 700 OS.g_log_default_handler (log_domain, log_level, message, user_data);
701 } 701 }
702 return 0; 702 return;
703 } 703 }
704 704
705 void new_Object (Object object) { 705 void new_Object (Object object) {
706 synchronized (trackingLock) { 706 synchronized (trackingLock) {
707 for (int i=0; i<objects.length; i++) { 707 for (int i=0; i<objects.length; i++) {