comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/internal/Platform.d @ 51:c01d033c633a

[swt lin]
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 19:58:06 +0100
parents f713da8bc051
children
comparison
equal deleted inserted replaced
50:d5075f5226e5 51:c01d033c633a
20 20
21 import org.eclipse.swt.internal.Lock; 21 import org.eclipse.swt.internal.Lock;
22 22
23 public class Platform { 23 public class Platform {
24 public static const String PLATFORM = "gtk"; //$NON-NLS-1$ 24 public static const String PLATFORM = "gtk"; //$NON-NLS-1$
25 public static const Lock lock; 25 public static Lock lock;
26 static this() { 26 static this() {
27 lock = new Lock(); 27 lock = new Lock();
28 } 28 }
29 } 29 }