Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11window.c132 Atom _NET_WM_STATE = videodata->_NET_WM_STATE; in X11_SetNetWMState() local
174 X11_XChangeProperty(display, xwindow, _NET_WM_STATE, XA_ATOM, 32, in X11_SetNetWMState()
177 X11_XDeleteProperty(display, xwindow, _NET_WM_STATE); in X11_SetNetWMState()
186 Atom _NET_WM_STATE = videodata->_NET_WM_STATE; in X11_GetNetWMState() local
199 if (X11_XGetWindowProperty(display, xwindow, _NET_WM_STATE, in X11_GetNetWMState()
1200 Atom _NET_WM_STATE = data->videodata->_NET_WM_STATE; in SetWindowMaximized() local
1215 e.xclient.message_type = _NET_WM_STATE; in SetWindowMaximized()
1265 Atom _NET_WM_STATE = data->videodata->_NET_WM_STATE; in X11_SetWindowFullscreenViaWM() local
1293 e.xclient.message_type = _NET_WM_STATE; in X11_SetWindowFullscreenViaWM()
1309 e.xclient.message_type = _NET_WM_STATE; in X11_SetWindowFullscreenViaWM()
A DSDL_x11video.h95 Atom _NET_WM_STATE; member
A DSDL_x11video.c415 GET_ATOM(_NET_WM_STATE); in X11_VideoInit()
A DSDL_x11messagebox.c439 Atom _NET_WM_STATE = X11_XInternAtom(display, "_NET_WM_STATE", False); in X11_MessageBoxCreateWindow() local
449 X11_XChangeProperty(display, data->window, _NET_WM_STATE, XA_ATOM, 32, in X11_MessageBoxCreateWindow()
A DSDL_x11events.c1284 if (xevent.xproperty.atom == data->videodata->_NET_WM_STATE) { in X11_DispatchEvent()

Completed in 26 milliseconds