Home
last modified time | relevance | path

Searched refs:QMC2_EMBEDDED_STYLE (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Dembedder.cpp26 #define QMC2_EMBEDDED_STYLE (LONG)(WS_VISIBLE | WS_POPUP | WS_CLIPCHILDREN | WS_CLIPSIBLINGS | WS_… macro
354 SetWindowLong(windowHandle, GWL_STYLE, QMC2_EMBEDDED_STYLE); in forceFocus()
494 SetWindowLong(windowHandle, GWL_STYLE, QMC2_EMBEDDED_STYLE); in checkWindow()
513 } else if ( currentStyle != QMC2_EMBEDDED_STYLE ) { in checkWindow()
561 if ( GetWindowLong(windowHandle, GWL_STYLE) != QMC2_EMBEDDED_STYLE ) in updateWindow()
562 SetWindowLong(windowHandle, GWL_STYLE, QMC2_EMBEDDED_STYLE); in updateWindow()