Home
last modified time | relevance | path

Searched refs:MONITORINFOF_PRIMARY (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A Dfxpriv.h67 #ifndef MONITORINFOF_PRIMARY
68 #define MONITORINFOF_PRIMARY 0x00000001 macro
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A Dfxpriv.h67 #ifndef MONITORINFOF_PRIMARY
68 #define MONITORINFOF_PRIMARY 0x00000001 macro
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/msw/
H A Dmissing.h416 #ifndef MONITORINFOF_PRIMARY
417 #define MONITORINFOF_PRIMARY 1 macro
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/msw/
H A Dmissing.h416 #ifndef MONITORINFOF_PRIMARY
417 #define MONITORINFOF_PRIMARY 1 macro
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/msw/
H A Dmissing.h416 #ifndef MONITORINFOF_PRIMARY
417 #define MONITORINFOF_PRIMARY 1 macro
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/msw/
H A Dmissing.h416 #ifndef MONITORINFOF_PRIMARY
417 #define MONITORINFOF_PRIMARY 1 macro
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/win32/
H A Dgdkdisplay-win32.c97 #ifndef MONITORINFOF_PRIMARY in enum_monitor()
98 #define MONITORINFOF_PRIMARY 1 in enum_monitor() macro
111 if (monitor_info.dwFlags & MONITORINFOF_PRIMARY && in enum_monitor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/
H A Dfullscreen_win.cc41 if (!(monitor_info.dwFlags & MONITORINFOF_PRIMARY)) in IsFullScreenWindowMode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/
H A Dfullscreen_win.cc41 if (!(monitor_info.dwFlags & MONITORINFOF_PRIMARY)) in IsFullScreenWindowMode()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/msw/
H A Dmultimon.h38 #define MONITORINFOF_PRIMARY 0x00000001 macro
269 lpMonitorInfo->dwFlags = MONITORINFOF_PRIMARY; in xGetMonitorInfo()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/msw/
H A Dmissing.h472 #ifndef MONITORINFOF_PRIMARY
473 #define MONITORINFOF_PRIMARY 1 macro
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/msw/
H A Dmissing.h472 #ifndef MONITORINFOF_PRIMARY
473 #define MONITORINFOF_PRIMARY 1 macro
/dports/x11/eaglemode/eaglemode-0.95.0/src/emWnds/
H A DemWndsScreen.cpp30 #ifndef MONITORINFOF_PRIMARY
31 # define MONITORINFOF_PRIMARY 1 macro
349 if ((info.dwFlags&MONITORINFOF_PRIMARY)!=0) { in MonitorEnumProc()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DScreenHelperWin.cpp66 if (info.dwFlags & MONITORINFOF_PRIMARY) { in CollectMonitors()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DScreenHelperWin.cpp66 if (info.dwFlags & MONITORINFOF_PRIMARY) { in CollectMonitors()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DScreenHelperWin.cpp66 if (info.dwFlags & MONITORINFOF_PRIMARY) { in CollectMonitors()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DScreenHelperWin.cpp66 if (info.dwFlags & MONITORINFOF_PRIMARY) { in CollectMonitors()
/dports/emulators/mess/mame-mame0226/src/osd/modules/monitor/
H A Dmonitor_win32.cpp50 m_is_primary = ((m_info.dwFlags & MONITORINFOF_PRIMARY) != 0); in refresh()
/dports/emulators/mame/mame-mame0226/src/osd/modules/monitor/
H A Dmonitor_win32.cpp50 m_is_primary = ((m_info.dwFlags & MONITORINFOF_PRIMARY) != 0); in refresh()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DScreenHelperWin.cpp71 if (info.dwFlags & MONITORINFOF_PRIMARY) { in CollectMonitors()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Ddisplay.cpp68 #define MONITORINFOF_PRIMARY 0x00000001 macro
297 return (monInfo.dwFlags & MONITORINFOF_PRIMARY) != 0; in IsPrimary()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmultimon.h27 #define MONITORINFOF_PRIMARY 0x00000001 macro
255 pmi->dwFlags = MONITORINFOF_PRIMARY; in xGetMonitorInfo()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmultimon.h27 #define MONITORINFOF_PRIMARY 0x00000001 macro
255 pmi->dwFlags = MONITORINFOF_PRIMARY; in xGetMonitorInfo()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Ddisplay.cpp68 #define MONITORINFOF_PRIMARY 0x00000001 macro
297 return (monInfo.dwFlags & MONITORINFOF_PRIMARY) != 0; in IsPrimary()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/windows/
H A DSDL_windowsmodes.c198 const SDL_bool is_primary = ((info.dwFlags & MONITORINFOF_PRIMARY) == MONITORINFOF_PRIMARY); in WIN_AddDisplaysCallback()

12345678910>>...16