Home
last modified time | relevance | path

Searched refs:WA_ACTIVE (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/dports/graphics/cfdg/cfdg-3.3_1/src-win/
H A DWinSystem.h41 WA_ACTIVE = 1, enumerator
/dports/japanese/ng/ng-1.4.4/sys/win32/
H A Dcefep.c187 if ( fActive == WA_ACTIVE || fActive == WA_CLICKACTIVE ) { in Fep_WM_ACTIVATE()
/dports/japanese/ng-canna/ng-1.4.4/sys/win32/
H A Dcefep.c187 if ( fActive == WA_ACTIVE || fActive == WA_CLICKACTIVE ) { in Fep_WM_ACTIVATE()
/dports/japanese/ng-devel/ng-1.5beta1/sys/win32/
H A Dcefep.c187 if ( fActive == WA_ACTIVE || fActive == WA_CLICKACTIVE ) { in Fep_WM_ACTIVATE()
/dports/x11-toolkits/gnustep-back/libs-back-back-0_28_0/Source/win32/
H A Dw32_activate.m42 case WA_ACTIVE:
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Windows/
H A DMainWindow.cpp573 if (wParam == WA_ACTIVE || wParam == WA_CLICKACTIVE) { in DisplayProc()
714 if (wParam == WA_ACTIVE || wParam == WA_CLICKACTIVE) { in WndProc()
731 if (wParam == WA_ACTIVE || wParam == WA_CLICKACTIVE) { in WndProc()
/dports/emulators/ppsspp/ppsspp-1.12.3/Windows/
H A DMainWindow.cpp573 if (wParam == WA_ACTIVE || wParam == WA_CLICKACTIVE) { in DisplayProc()
714 if (wParam == WA_ACTIVE || wParam == WA_CLICKACTIVE) { in WndProc()
731 if (wParam == WA_ACTIVE || wParam == WA_CLICKACTIVE) { in WndProc()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Windows/
H A DMainWindow.cpp573 if (wParam == WA_ACTIVE || wParam == WA_CLICKACTIVE) { in DisplayProc()
714 if (wParam == WA_ACTIVE || wParam == WA_CLICKACTIVE) { in WndProc()
731 if (wParam == WA_ACTIVE || wParam == WA_CLICKACTIVE) { in WndProc()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DConsoleDlg.cpp257 if ( nState == WA_ACTIVE || nState == WA_CLICKACTIVE ) in OnActivate()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.CarbonInternal/
H A DWindowHandler.cs123 …Driver.SendMessage (form.Handle, Msg.WM_ACTIVATE, (IntPtr) WindowActiveFlags.WA_ACTIVE, IntPtr.Zer… in ProcessEvent()
/dports/graphics/libgfx/libgfx-1.1.0/src/
H A Dgui-mfc.cxx256 if( state==WA_ACTIVE || state==WA_CLICKACTIVE )
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DTaskbarTabPreview.cpp150 if (LOWORD(wParam) == WA_ACTIVE) { in WndProc()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DTaskbarTabPreview.cpp139 if (LOWORD(wParam) == WA_ACTIVE) { in WndProc()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DTaskbarTabPreview.cpp146 if (LOWORD(wParam) == WA_ACTIVE) { in UpdateTaskbarProperties()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DTaskbarTabPreview.cpp150 if (LOWORD(wParam) == WA_ACTIVE) { in WndProc()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DTaskbarTabPreview.cpp150 if (LOWORD(wParam) == WA_ACTIVE) { in WndProc()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DTaskbarTabPreview.cpp150 if (LOWORD(wParam) == WA_ACTIVE) { in WndProc()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/standalone/source/platform/win32/
H A Dwin32window.cpp491 if (modalWindow && (action == WA_ACTIVE || action == WA_CLICKACTIVE)) in proc()
497 if (action == WA_ACTIVE || action == WA_CLICKACTIVE) in proc()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/standalone/source/platform/win32/
H A Dwin32window.cpp484 if (modalWindow && (action == WA_ACTIVE || action == WA_CLICKACTIVE)) in proc()
490 if (action == WA_ACTIVE || action == WA_CLICKACTIVE) in proc()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/osapi/
H A Dosapi.cpp575 fAppActive = (( flag == WA_ACTIVE) || (flag==WA_CLICKACTIVE)) ? TRUE : FALSE; in win32_message_handler()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_Window.h212 MAKEWPARAM(doActivate ? WA_ACTIVE : WA_INACTIVE, FALSE), in SynthesizeWmActivate()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_Window.h212 MAKEWPARAM(doActivate ? WA_ACTIVE : WA_INACTIVE, FALSE), in SynthesizeWmActivate()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Window.h214 MAKEWPARAM(doActivate ? WA_ACTIVE : WA_INACTIVE, FALSE), in SynthesizeWmActivate()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Window.h214 MAKEWPARAM(doActivate ? WA_ACTIVE : WA_INACTIVE, FALSE), in SynthesizeWmActivate()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Window.h214 MAKEWPARAM(doActivate ? WA_ACTIVE : WA_INACTIVE, FALSE), in SynthesizeWmActivate()

12345678910>>...16