comparison org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/widgets/Shell.d @ 36:d46287db17ed

rakefile reorg, swt win phobosification
author Frank Benoit <benoit@tionex.de>
date Tue, 24 Mar 2009 08:48:41 +0100
parents 6dd524f61e62
children 2e09b0e6857a
comparison
equal deleted inserted replaced
35:634e4380db78 36:d46287db17ed
170 OS.COLOR_BTNTEXT, 170 OS.COLOR_BTNTEXT,
171 OS.COLOR_WINDOWTEXT, 171 OS.COLOR_WINDOWTEXT,
172 OS.COLOR_HIGHLIGHT, 172 OS.COLOR_HIGHLIGHT,
173 OS.COLOR_SCROLLBAR, 173 OS.COLOR_SCROLLBAR,
174 ]; 174 ];
175 final static int BRUSHES_SIZE = 32; 175 const static int BRUSHES_SIZE = 32;
176 176
177 private static bool static_this_completed = false; 177 private static bool static_this_completed = false;
178 private static void static_this() { 178 private static void static_this() {
179 if( static_this_completed ){ 179 if( static_this_completed ){
180 return; 180 return;