Searched refs:xstyle (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Dialog.cpp536 LONG xstyle = GetStyleEx(); local
539 xstyle &= ~WS_EX_DLGMODALFRAME;
542 xstyle |= WS_EX_DLGMODALFRAME;
547 SetStyleEx(xstyle);

Completed in 23 milliseconds