Home
last modified time | relevance | path

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

/dports/net/freerdp/freerdp-2.5.0/client/X11/
H A Dxf_monitor.c221 xfc->fullscreenMonitors.top = xfc->fullscreenMonitors.bottom = xfc->fullscreenMonitors.left = in xf_detect_monitors()
222 xfc->fullscreenMonitors.right = 0; in xf_detect_monitors()
445 xfc->fullscreenMonitors.top = xfc->fullscreenMonitors.bottom = in xf_detect_monitors()
446 xfc->fullscreenMonitors.left = xfc->fullscreenMonitors.right = in xf_detect_monitors()
463 xfc->fullscreenMonitors.left = settings->MonitorDefArray[i].orig_screen; in xf_detect_monitors()
466 xfc->fullscreenMonitors.top = settings->MonitorDefArray[i].orig_screen; in xf_detect_monitors()
469 xfc->fullscreenMonitors.right = settings->MonitorDefArray[i].orig_screen; in xf_detect_monitors()
472 xfc->fullscreenMonitors.bottom = settings->MonitorDefArray[i].orig_screen; in xf_detect_monitors()
H A Dxf_window.c240 xfc->fullscreenMonitors.top, xfc->fullscreenMonitors.bottom, in xf_SetWindowFullscreen()
241 xfc->fullscreenMonitors.left, xfc->fullscreenMonitors.right, 1); in xf_SetWindowFullscreen()
250 if (xfc->fullscreenMonitors.top) in xf_SetWindowFullscreen()
253 xfc->fullscreenMonitors.top, 0, 0); in xf_SetWindowFullscreen()
314 if (xfc->fullscreenMonitors.top) in xf_SetWindowFullscreen()
317 xfc->fullscreenMonitors.top, 0, 0); in xf_SetWindowFullscreen()
H A Dxfreerdp.h156 xfFullscreenMonitors fullscreenMonitors; member
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/autotests/
H A Dnetwininfotestwm.cpp633 QCOMPARE(info.fullscreenMonitors().isSet(), false); in testFullscreenMonitors()
635 QCOMPARE(info.fullscreenMonitors().isSet(), true); in testFullscreenMonitors()
642 QCOMPARE(info.fullscreenMonitors().top, 1); in testFullscreenMonitors()
643 QCOMPARE(info.fullscreenMonitors().bottom, 2); in testFullscreenMonitors()
644 QCOMPARE(info.fullscreenMonitors().left, 3); in testFullscreenMonitors()
645 QCOMPARE(info.fullscreenMonitors().right, 4); in testFullscreenMonitors()
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/jogamp/newt/
H A DWindowImpl.java176 private List<MonitorDevice> fullscreenMonitors = null; field in WindowImpl
639 fullscreenMonitors = null; in shutdown()
1486 fullscreenMonitors = null;
2956 if( null == fullscreenMonitors ) { in run()
2958 fullscreenMonitors = new ArrayList<MonitorDevice>(); in run()
2959 fullscreenMonitors.add( getMainMonitor() ); in run()
2991 fullscreenMonitors = null; in run()
3148 fullscreenMonitors = monitors; in setFullscreenImpl()
3205 _fullscreenMonitors = fullscreenMonitors; in monitorModeChangeNotify()
3257 } else if( success && fullscreen && null != fullscreenMonitors ) { in monitorModeChanged()
[all …]
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/platforms/xcb/
H A Dnetwm.h1539 NETFullscreenMonitors fullscreenMonitors() const;
H A Dnetwm.cpp4642 NETFullscreenMonitors NETWinInfo::fullscreenMonitors() const in fullscreenMonitors() function in NETWinInfo
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dx11client.cpp4446 if (info->fullscreenMonitors().isSet()) { in setFullScreen()
4447 moveResize(fullscreenMonitorsArea(info->fullscreenMonitors())); in setFullScreen()