Home
last modified time | relevance | path

Searched refs:WM_PROTOCOLS (Results 1 – 25 of 412) sorted by relevance

12345678910>>...17

/dports/x11/p5-X11-Protocol-Other/X11-Protocol-Other-31/devel/
H A Dwm-delete-window.pl56 my $WM_PROTOCOLS = $X->atom('WM_PROTOCOLS');
57 printf "WM_PROTOCOLS = %d 0x%X %s\n", $WM_PROTOCOLS, $WM_PROTOCOLS,
58 $X->atom_name($WM_PROTOCOLS);
77 if ($h{'type'} == $WM_PROTOCOLS) {
H A Dwm-save-yourself-not.pl53 my $WM_PROTOCOLS = $X->atom('WM_PROTOCOLS');
74 = X11::Protocol::Other::get_property_atoms ($X, $window, $WM_PROTOCOLS);
85 X11::Protocol::Other::set_property_atoms ($X, $window, $WM_PROTOCOLS,
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/doc/app-defaults/
H A DGhostview86 <Message>WM_PROTOCOLS: GhostviewDeleteWindow()
89 <Message>WM_PROTOCOLS: GhostviewDeleteWindow()
91 <Message>WM_PROTOCOLS: GhostviewDismiss()
93 <Message>WM_PROTOCOLS: GhostviewDismiss()
95 <Message>WM_PROTOCOLS: GhostviewDismiss()
97 <Message>WM_PROTOCOLS: GhostviewDismiss()
103 <Message>WM_PROTOCOLS: GhostviewDeleteWindow()
105 <Message>WM_PROTOCOLS: GhostviewDeleteWindow()
H A DXConsole11 <Message>WM_PROTOCOLS: Quit()
15 <Message>WM_PROTOCOLS: Quit()
/dports/x11/xconsole/xconsole-1.0.7/app-defaults/
H A DXConsole5 <Message>WM_PROTOCOLS: Quit()
9 <Message>WM_PROTOCOLS: Quit()
/dports/x11-wm/bspwm/bspwm-0.9.10/tests/
H A Dtest_window.c67 xcb_atom_t WM_PROTOCOLS, WM_DELETE_WINDOW; in main() local
68 if (!get_atom(dpy, "WM_PROTOCOLS", &WM_PROTOCOLS) || in main()
94 if (cme->type == WM_PROTOCOLS && cme->data.data32[0] == WM_DELETE_WINDOW) { in main()
/dports/x11/polybar/polybar-3.5.7/src/x11/
H A Datoms.cpp23 xcb_atom_t WM_PROTOCOLS; variable
62 {"WM_PROTOCOLS", sizeof("WM_PROTOCOLS") - 1, &WM_PROTOCOLS},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/util/x11/
H A DX11Window.cpp257 WM_PROTOCOLS(None), in X11Window()
267 WM_PROTOCOLS(None), in X11Window()
343 WM_PROTOCOLS = XInternAtom(mDisplay, "WM_PROTOCOLS", False); in initialize()
344 if (WM_DELETE_WINDOW == None || WM_PROTOCOLS == None) in initialize()
387 WM_PROTOCOLS = None; in destroy()
692 if (xEvent.xclient.message_type == WM_PROTOCOLS && in processEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/util/x11/
H A DX11Window.cpp257 WM_PROTOCOLS(None), in X11Window()
267 WM_PROTOCOLS(None), in X11Window()
343 WM_PROTOCOLS = XInternAtom(mDisplay, "WM_PROTOCOLS", False); in initializeImpl()
344 if (WM_DELETE_WINDOW == None || WM_PROTOCOLS == None) in initializeImpl()
389 WM_PROTOCOLS = None; in destroy()
701 if (xEvent.xclient.message_type == WM_PROTOCOLS && in processEvent()
/dports/x11/py-i3ipc/i3ipc-2.2.1/test/aio/
H A Dwindow.py38 self.WM_PROTOCOLS = self.d.intern_atom('WM_PROTOCOLS')
62 if e.client_type == self.WM_PROTOCOLS:
/dports/multimedia/xawtv/xawtv-3.107/x11/
H A Datoms.c6 Atom WM_PROTOCOLS; variable
61 INIT_ATOM(dpy, WM_PROTOCOLS); in init_atoms()
/dports/x11-toolkits/py-xlib/python-xlib-0.27/examples/
H A Dchildwin.py86 self.WM_PROTOCOLS = self.d.intern_atom('WM_PROTOCOLS')
144 if e.client_type == self.WM_PROTOCOLS:
H A Dxinerama.py84 self.WM_PROTOCOLS = self.d.intern_atom('WM_PROTOCOLS')
145 if e.client_type == self.WM_PROTOCOLS:
/dports/x11/py-xcffib/xcffib-0.11.1/test/
H A Dtest_crazy_window_script.py94WM_PROTOCOLS = self.conn.core.InternAtom(False, len("WM_PROTOCOLS"), "WM_PROTOCOLS").reply().atom
101 WM_PROTOCOLS,
/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dctwm_atoms.in16 WM_PROTOCOLS
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_x11/
H A Dqeglfsx11integration.cpp76 && client->type == atoms[Atoms::WM_PROTOCOLS] in run()
203 … m_atoms[Atoms::WM_PROTOCOLS], XCB_ATOM_ATOM, 32, 1, &m_atoms[Atoms::WM_DELETE_WINDOW]); in createNativeWindow()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_x11/
H A Dqeglfsx11integration.cpp76 && client->type == atoms[Atoms::WM_PROTOCOLS] in run()
203 … m_atoms[Atoms::WM_PROTOCOLS], XCB_ATOM_ATOM, 32, 1, &m_atoms[Atoms::WM_DELETE_WINDOW]); in createNativeWindow()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_x11/
H A Dqeglfsx11integration.cpp76 && client->type == atoms[Atoms::WM_PROTOCOLS] in run()
203 … m_atoms[Atoms::WM_PROTOCOLS], XCB_ATOM_ATOM, 32, 1, &m_atoms[Atoms::WM_DELETE_WINDOW]); in createNativeWindow()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_x11/
H A Dqeglfsx11integration.cpp76 && client->type == atoms[Atoms::WM_PROTOCOLS] in run()
203 … m_atoms[Atoms::WM_PROTOCOLS], XCB_ATOM_ATOM, 32, 1, &m_atoms[Atoms::WM_DELETE_WINDOW]); in createNativeWindow()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_x11/
H A Dqeglfsx11integration.cpp76 && client->type == atoms[Atoms::WM_PROTOCOLS] in run()
203 … m_atoms[Atoms::WM_PROTOCOLS], XCB_ATOM_ATOM, 32, 1, &m_atoms[Atoms::WM_DELETE_WINDOW]); in createNativeWindow()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_x11/
H A Dqeglfsx11integration.cpp76 && client->type == atoms[Atoms::WM_PROTOCOLS] in run()
203 … m_atoms[Atoms::WM_PROTOCOLS], XCB_ATOM_ATOM, 32, 1, &m_atoms[Atoms::WM_DELETE_WINDOW]); in createNativeWindow()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_x11/
H A Dqeglfsx11integration.cpp76 && client->type == atoms[Atoms::WM_PROTOCOLS] in run()
203 … m_atoms[Atoms::WM_PROTOCOLS], XCB_ATOM_ATOM, 32, 1, &m_atoms[Atoms::WM_DELETE_WINDOW]); in createNativeWindow()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_x11/
H A Dqeglfsx11integration.cpp76 && client->type == atoms[Atoms::WM_PROTOCOLS] in run()
203 … m_atoms[Atoms::WM_PROTOCOLS], XCB_ATOM_ATOM, 32, 1, &m_atoms[Atoms::WM_DELETE_WINDOW]); in createNativeWindow()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_x11/
H A Dqeglfsx11integration.cpp76 && client->type == atoms[Atoms::WM_PROTOCOLS] in run()
203 … m_atoms[Atoms::WM_PROTOCOLS], XCB_ATOM_ATOM, 32, 1, &m_atoms[Atoms::WM_DELETE_WINDOW]); in createNativeWindow()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/plugins/platforms/eglfs/deviceintegration/eglfs_x11/
H A Dqeglfsx11integration.cpp76 && client->type == atoms[Atoms::WM_PROTOCOLS] in run()
203 … m_atoms[Atoms::WM_PROTOCOLS], XCB_ATOM_ATOM, 32, 1, &m_atoms[Atoms::WM_DELETE_WINDOW]); in createNativeWindow()

12345678910>>...17