Searched refs:WM_DELETE_WINDOW (Results 1 – 5 of 5) sorted by relevance
/external/angle/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() 702 static_cast<Atom>(xEvent.xclient.data.l[0]) == WM_DELETE_WINDOW) in processEvent()
|
D | X11Window.h | 48 Atom WM_DELETE_WINDOW; variable
|
/external/swiftshader/tests/regres/deqp-patches/ |
D | deqp-x11.patch | 37 m_deleteAtom = XInternAtom(m_display, "WM_DELETE_WINDOW", False);
|
/external/python/cpython3/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
|
/external/python/cpython2/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
|