Searched refs:WM_DELETE_WINDOW (Results 1 – 14 of 14) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/util/x11/ |
D | X11Window.cpp | 256 : WM_DELETE_WINDOW(None), in X11Window() 266 : WM_DELETE_WINDOW(None), in X11Window() 342 WM_DELETE_WINDOW = XInternAtom(mDisplay, "WM_DELETE_WINDOW", False); in initialize() 344 if (WM_DELETE_WINDOW == None || WM_PROTOCOLS == None) in initialize() 350 if (XSetWMProtocols(mDisplay, mWindow, &WM_DELETE_WINDOW, 1) == 0) in initialize() 386 WM_DELETE_WINDOW = None; in destroy() 695 static_cast<Atom>(xEvent.xclient.data.l[0]) == WM_DELETE_WINDOW) in processEvent()
|
D | X11Window.h | 46 Atom WM_DELETE_WINDOW; variable
|
/third_party/skia/third_party/externals/angle2/util/x11/ |
D | X11Window.cpp | 256 : WM_DELETE_WINDOW(None), in X11Window() 266 : WM_DELETE_WINDOW(None), in X11Window() 342 WM_DELETE_WINDOW = XInternAtom(mDisplay, "WM_DELETE_WINDOW", False); in initializeImpl() 344 if (WM_DELETE_WINDOW == None || WM_PROTOCOLS == None) in initializeImpl() 350 if (XSetWMProtocols(mDisplay, mWindow, &WM_DELETE_WINDOW, 1) == 0) in initializeImpl() 388 WM_DELETE_WINDOW = None; in destroy() 703 static_cast<Atom>(xEvent.xclient.data.l[0]) == WM_DELETE_WINDOW) in processEvent()
|
D | X11Window.h | 48 Atom WM_DELETE_WINDOW; variable
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11video.h | 91 Atom WM_DELETE_WINDOW; member
|
D | SDL_x11video.c | 453 GET_ATOM(WM_DELETE_WINDOW); in X11_VideoInit()
|
D | SDL_x11events.c | 972 (xevent.xclient.data.l[0] == videodata->WM_DELETE_WINDOW)) { in X11_DispatchEvent()
|
D | SDL_x11window.c | 580 … protocols[proto_count++] = data->WM_DELETE_WINDOW; /* Allow window to be deleted by the WM */ in X11_CreateWindow()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp-patches/ |
D | deqp-x11.patch | 37 m_deleteAtom = XInternAtom(m_display, "WM_DELETE_WINDOW", False);
|
/third_party/flutter/glfw/src/ |
D | x11_platform.h | 163 Atom WM_DELETE_WINDOW; member
|
D | x11_init.c | 601 _glfw.x11.WM_DELETE_WINDOW = in initExtensions()
|
D | x11_window.c | 571 _glfw.x11.WM_DELETE_WINDOW, in createNativeWindow() 1292 if (protocol == _glfw.x11.WM_DELETE_WINDOW) in processEvent()
|
/third_party/flutter/glfw/docs/ |
D | compat.dox | 35 GLFW uses the ICCCM `WM_DELETE_WINDOW` protocol to intercept the user
|
/third_party/python/Lib/idlelib/ |
D | ChangeLog | 1435 Different action on WM_DELETE_WINDOW is more likely to do the right thing, 1540 Add a close() method and bind to WM_DELETE_WINDOW protocol
|