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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Window.cpp810 const LONG ex_style = ::GetWindowLong(window, GWL_EXSTYLE); local
812 ex_style | WS_EX_LAYERED : ex_style & ~WS_EX_LAYERED);
817 const LONG ex_style = ::GetWindowLong(window, GWL_EXSTYLE); local
818 return ex_style & WS_EX_LAYERED;

Completed in 42 milliseconds