Home
last modified time | relevance | path

Searched refs:wmDeleteWindowAtom (Results 1 – 16 of 16) sorted by relevance

/dports/x11-wm/blackbox/blackbox-0.70.1/src/
H A Dblackbox.hh151 inline Atom wmDeleteWindowAtom(void) const in wmDeleteWindowAtom() function in Blackbox
H A DWindow.cc872 if (proto[i] == blackbox->wmDeleteWindowAtom()) { in readWMProtocols()
2289 ce.xclient.data.l[0] = blackbox->wmDeleteWindowAtom(); in close()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/platforms/xlib/
H A Dqxlibscreen.cpp273 Atom wmDeleteWindowAtom = QXlibStatic::atom(QXlibStatic::WM_DELETE_WINDOW); in handleEvent() local
279 if (a == wmDeleteWindowAtom) in handleEvent()
/dports/x11-wm/bbpager/bbpager-0.4.7/src/
H A Dbbpager.h150 Atom &wmDeleteWindowAtom(void) { return(xa_wm_delete_window); } in wmDeleteWindowAtom() function
H A Dbbpager.cxx377 wmproto[0] = bbtool->wmDeleteWindowAtom(); in buildWindow()
526 if ((unsigned)event->data.l[0] == bbtool->wmDeleteWindowAtom()) { in clientMessageEvent()
/dports/security/openssh-askpass/x11-ssh-askpass-1.2.4.1/
H A Dx11-ssh-askpass.h177 Atom wmDeleteWindowAtom; member
H A Dx11-ssh-askpass.c809 app->wmDeleteWindowAtom = XInternAtom(app->dpy, "WM_DELETE_WINDOW", False); in createDialogWindow()
810 XSetWMProtocols(app->dpy, d->dialogWindow, &(app->wmDeleteWindowAtom), 1); in createDialogWindow()
1542 app.wmDeleteWindowAtom)) { in main()
/dports/mail/bbmail/bbmail-0.9.3/src/
H A Dbbmail.h281 Atom wmDeleteWindowAtom(void) { return wm_delete_window; } in wmDeleteWindowAtom() function
H A Dbbmail.cpp757 wmproto[0] = m_pBbtool->wmDeleteWindowAtom(); in createWindow()
808 if ((unsigned)xclient_event->data.l[0] == m_pBbtool->wmDeleteWindowAtom()) in clientMessageEvent()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dsetup.c277 static Atom wmDeleteWindowAtom=(Atom)0; variable
286 XSetWMProtocols(mainDisplay, win, &wmDeleteWindowAtom, 1);
299 pXEvent->xclient.data.l[0] == wmDeleteWindowAtom) {
927 input->xclient.data.l[0] == wmDeleteWindowAtom) {
1563 wmDeleteWindowAtom = XInternAtom(mainDisplay, "WM_DELETE_WINDOW", False); in Setup()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/winrules/
H A Dwinrules.c106 protocol[count++] = display->wmDeleteWindowAtom; in winrulesSetProtocols()
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/vm-display-X11/
H A DsqUnixX11.c215 Atom wmDeleteWindowAtom; variable
2810 … if (wmProtocolsAtom == evt->xclient.message_type && wmDeleteWindowAtom == evt->xclient.data.l[0]) in handleEvent()
3390 wmDeleteWindowAtom= XInternAtom(stDisplay, "WM_DELETE_WINDOW", False); in initWindow()
3391 XSetWMProtocols(stDisplay, stParent, &wmDeleteWindowAtom, 1); in initWindow()
/dports/x11-wm/compiz/compiz-0.8.8/include/
H A Dcompiz-core.h985 Atom wmDeleteWindowAtom; member
/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Ddisplay.c2077 d->wmDeleteWindowAtom = XInternAtom (dpy, "WM_DELETE_WINDOW", 0); in addDisplay()
H A Dwindow.c1076 if (protocol[i] == display->wmDeleteWindowAtom) in getProtocols()
4605 ev.xclient.data.l[0] = display->wmDeleteWindowAtom; in closeWindow()
H A Dscreen.c1282 atoms[count++] = d->wmDeleteWindowAtom; in addSupportedAtoms()