Home
last modified time | relevance | path

Searched refs:NET_WM_STATE_FULLSCREEN (Results 1 – 25 of 64) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/unx/
H A Dwmadaptor.hxx61 NET_WM_STATE_FULLSCREEN, enumerator
234 bool supportsFullScreen() const { return m_aWMAtoms[ NET_WM_STATE_FULLSCREEN ] != 0; } in supportsFullScreen()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/unx/
H A Dwmadaptor.hxx62 NET_WM_STATE_FULLSCREEN, enumerator
235 bool supportsFullScreen() const { return m_aWMAtoms[ NET_WM_STATE_FULLSCREEN ] != 0; } in supportsFullScreen()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/x11/
H A Dx11_window.cpp64 if( NET_WM_STATE_FULLSCREEN == None ) in X11Window()
325 if( NET_WM_STATE_FULLSCREEN != None ) in setFullscreen()
336 event.data.l[ 1 ] = NET_WM_STATE_FULLSCREEN; in setFullscreen()
H A Dx11_display.hpp42 #define NET_WM_STATE_FULLSCREEN m_rDisplay.m_net_wm_state_fullscreen macro
/dports/graphics/aloadimage/arcan-0.6.1/src/wayland/xwlwm/
H A Datoms.h30 NET_WM_STATE_FULLSCREEN, enumerator
H A Dxwlwm.c396 property[ind++] = atoms[NET_WM_STATE_FULLSCREEN]; in send_net_wm_state()
695 if (ev->data.data32[1] == atoms[NET_WM_STATE_FULLSCREEN] || in xcb_client_message()
696 ev->data.data32[2] == atoms[NET_WM_STATE_FULLSCREEN]){ in xcb_client_message()
1161 atoms[NET_WM_STATE_FULLSCREEN], in setup_init_state()
/dports/sysutils/acfgfs/arcan-0.6.1/src/wayland/xwlwm/
H A Datoms.h30 NET_WM_STATE_FULLSCREEN, enumerator
H A Dxwlwm.c396 property[ind++] = atoms[NET_WM_STATE_FULLSCREEN]; in send_net_wm_state()
695 if (ev->data.data32[1] == atoms[NET_WM_STATE_FULLSCREEN] || in xcb_client_message()
696 ev->data.data32[2] == atoms[NET_WM_STATE_FULLSCREEN]){ in xcb_client_message()
1161 atoms[NET_WM_STATE_FULLSCREEN], in setup_init_state()
/dports/x11/aclip/arcan-0.6.1/src/wayland/xwlwm/
H A Datoms.h30 NET_WM_STATE_FULLSCREEN, enumerator
H A Dxwlwm.c396 property[ind++] = atoms[NET_WM_STATE_FULLSCREEN]; in send_net_wm_state()
695 if (ev->data.data32[1] == atoms[NET_WM_STATE_FULLSCREEN] || in xcb_client_message()
696 ev->data.data32[2] == atoms[NET_WM_STATE_FULLSCREEN]){ in xcb_client_message()
1161 atoms[NET_WM_STATE_FULLSCREEN], in setup_init_state()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/wayland/xwlwm/
H A Datoms.h30 NET_WM_STATE_FULLSCREEN, enumerator
H A Dxwlwm.c396 property[ind++] = atoms[NET_WM_STATE_FULLSCREEN]; in send_net_wm_state()
695 if (ev->data.data32[1] == atoms[NET_WM_STATE_FULLSCREEN] || in xcb_client_message()
696 ev->data.data32[2] == atoms[NET_WM_STATE_FULLSCREEN]){ in xcb_client_message()
1161 atoms[NET_WM_STATE_FULLSCREEN], in setup_init_state()
/dports/x11-wm/oroborus/oroborus-2.0.20/src/
H A Dhints.h70 NET_WM_STATE_FULLSCREEN, enumerator
H A Devents.c732 if (ev->data.l[1] == net_atoms[NET_WM_STATE_FULLSCREEN] in handleClientMessage()
733 || ev->data.l[2] == net_atoms[NET_WM_STATE_FULLSCREEN]) in handleClientMessage()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/include/xwayland/
H A Dxwm.h45 NET_WM_STATE_FULLSCREEN, enumerator
/dports/games/craft/Craft-1.0fbsd/deps/glfw/src/
H A Dx11_platform.h119 Atom NET_WM_STATE_FULLSCREEN; member
H A Dx11_window.c381 _glfw.x11.NET_WM_STATE_FULLSCREEN != None) in enterFullscreenMode()
422 event.xclient.data.l[1] = _glfw.x11.NET_WM_STATE_FULLSCREEN; in enterFullscreenMode()
469 _glfw.x11.NET_WM_STATE_FULLSCREEN != None) in leaveFullscreenMode()
482 event.xclient.data.l[1] = _glfw.x11.NET_WM_STATE_FULLSCREEN; in leaveFullscreenMode()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/glfw/
H A Dx11_platform.h139 Atom NET_WM_STATE_FULLSCREEN; member
H A Dx11_window.c307 if (!_glfw.x11.NET_WM_STATE || !_glfw.x11.NET_WM_STATE_FULLSCREEN) in createWindow()
817 if (_glfw.x11.NET_WM_STATE && _glfw.x11.NET_WM_STATE_FULLSCREEN) in enterFullscreenMode()
825 _glfw.x11.NET_WM_STATE_FULLSCREEN, in enterFullscreenMode()
1638 if (!_glfw.x11.NET_WM_STATE || !_glfw.x11.NET_WM_STATE_FULLSCREEN) in _glfwPlatformSetWindowSize()
1743 if (!_glfw.x11.NET_WM_STATE || !_glfw.x11.NET_WM_STATE_FULLSCREEN) in _glfwPlatformIconifyWindow()
1758 if (!_glfw.x11.NET_WM_STATE || !_glfw.x11.NET_WM_STATE_FULLSCREEN) in _glfwPlatformRestoreWindow()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/app/
H A Dwmadaptor.cxx107 { "_NET_WM_STATE_FULLSCREEN", WMAdaptor::NET_WM_STATE_FULLSCREEN },
1080 if( pFrame->mbFullScreen && m_aWMAtoms[ NET_WM_STATE_FULLSCREEN ] ) in setNetWMState()
1081 aStateAtoms[ nStateAtoms++ ] = m_aWMAtoms[ NET_WM_STATE_FULLSCREEN ]; in setNetWMState()
1909 if( m_aWMAtoms[ NET_WM_STATE_FULLSCREEN ] ) in showFullScreen()
1931 aEvent.xclient.data.l[1] = m_aWMAtoms[ NET_WM_STATE_FULLSCREEN ]; in showFullScreen()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/app/
H A Dwmadaptor.cxx102 { "_NET_WM_STATE_FULLSCREEN", WMAdaptor::NET_WM_STATE_FULLSCREEN },
1070 if( pFrame->mbFullScreen && m_aWMAtoms[ NET_WM_STATE_FULLSCREEN ] ) in setNetWMState()
1071 aStateAtoms[ nStateAtoms++ ] = m_aWMAtoms[ NET_WM_STATE_FULLSCREEN ]; in setNetWMState()
1989 if( m_aWMAtoms[ NET_WM_STATE_FULLSCREEN ] ) in showFullScreen()
2011 aEvent.xclient.data.l[1] = m_aWMAtoms[ NET_WM_STATE_FULLSCREEN ]; in showFullScreen()
/dports/x11-wm/xfce4-wm/xfwm4-4.16.1/src/
H A Ddisplay.h230 NET_WM_STATE_FULLSCREEN, enumerator
H A Dnetwm.c110 data[i++] = display_info->atoms[NET_WM_STATE_FULLSCREEN]; in clientSetNetState()
213 else if (atoms[i] == display_info->atoms[NET_WM_STATE_FULLSCREEN]) in clientGetNetState()
483 if ((first == display_info->atoms[NET_WM_STATE_FULLSCREEN]) || in clientUpdateNetState()
484 (second == display_info->atoms[NET_WM_STATE_FULLSCREEN])) in clientUpdateNetState()
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/x11/
H A Dx11_main.c79 static Atom NET_WM_STATE_FULLSCREEN; variable
217 NET_WM_STATE_FULLSCREEN = XInternAtom(xdpy, "_NET_WM_STATE_FULLSCREEN", False); in winopen()
480 xev.xclient.data.l[1] = NET_WM_STATE_FULLSCREEN; in winfullscreen()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/xwayland/
H A Dxwm.c57 [NET_WM_STATE_FULLSCREEN] = "_NET_WM_STATE_FULLSCREEN",
333 property[i++] = xwm->atoms[NET_WM_STATE_FULLSCREEN]; in xsurface_set_net_wm_state()
723 } else if (atom[i] == xwm->atoms[NET_WM_STATE_FULLSCREEN]) { in read_surface_net_wm_state()
1216 } else if (property == xwm->atoms[NET_WM_STATE_FULLSCREEN] && in xwm_handle_net_wm_state_message()
1919 xwm->atoms[NET_WM_STATE_FULLSCREEN], in xwm_create()

123