jdk/src/macosx/native/sun/awt/CWrapper.m
changeset 23253 55425a62017f
parent 21282 1bef38644939
child 23255 ebd69e3d93c5
equal deleted inserted replaced
23252:4c62cbe8fddf 23253:55425a62017f
   247     static dispatch_once_t pred;
   247     static dispatch_once_t pred;
   248 
   248 
   249     dispatch_once(&pred, ^{
   249     dispatch_once(&pred, ^{
   250         LEVELS[sun_lwawt_macosx_CWrapper_NSWindow_NSNormalWindowLevel] = NSNormalWindowLevel;
   250         LEVELS[sun_lwawt_macosx_CWrapper_NSWindow_NSNormalWindowLevel] = NSNormalWindowLevel;
   251         LEVELS[sun_lwawt_macosx_CWrapper_NSWindow_NSFloatingWindowLevel] = NSFloatingWindowLevel;
   251         LEVELS[sun_lwawt_macosx_CWrapper_NSWindow_NSFloatingWindowLevel] = NSFloatingWindowLevel;
       
   252         LEVELS[sun_lwawt_macosx_CWrapper_NSWindow_NSPopUpMenuWindowLevel] = NSPopUpMenuWindowLevel;
   252     });
   253     });
   253 }
   254 }
   254 
   255 
   255 /*
   256 /*
   256  * Class:     sun_lwawt_macosx_CWrapper$NSWindow
   257  * Class:     sun_lwawt_macosx_CWrapper$NSWindow