Searched refs:WS_EX_LAYERED (Results 1 - 2 of 2) 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;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Window.cpp812 ex_style | WS_EX_LAYERED : ex_style & ~WS_EX_LAYERED);
818 return ex_style & WS_EX_LAYERED;

Completed in 84 milliseconds