Searched defs:WS_EX_LAYERED (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c42 #ifndef WS_EX_LAYERED
43 #define WS_EX_LAYERED 0x80000 macro
411 exStyle = splash->isLayered ? WS_EX_LAYERED : 0;

Completed in 37 milliseconds