Searched refs:_NET_WM_STATE (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11window.c | 132 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 D | SDL_x11video.h | 95 Atom _NET_WM_STATE; member
|
A D | SDL_x11video.c | 415 GET_ATOM(_NET_WM_STATE); in X11_VideoInit()
|
A D | SDL_x11messagebox.c | 439 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 D | SDL_x11events.c | 1284 if (xevent.xproperty.atom == data->videodata->_NET_WM_STATE) { in X11_DispatchEvent()
|
Completed in 12 milliseconds