Home
last modified time | relevance | path

Searched refs:property_notify (Results 1 – 25 of 37) sorted by relevance

12

/dports/x11/polybar/polybar-3.5.7/include/modules/
H A Dxwindow.hpp31 …xwindow_module : public static_module<xwindow_module>, public event_handler<evt::property_notify> {
42 void handle(const evt::property_notify& evt);
H A Dxworkspaces.hpp53 …ces_module : public static_module<xworkspaces_module>, public event_handler<evt::property_notify> {
68 void handle(const evt::property_notify& evt);
/dports/x11/polybar/polybar-3.5.7/include/x11/
H A Dbackground_manager.hpp68 public xpp::event::sink<evt::property_notify>
99 void handle(const evt::property_notify& evt);
H A Dtypes.hpp77 using property_notify = xpp::x::event::property_notify<connection&>; typedef
H A Dtray_manager.hpp67 … evt::configure_request, evt::resize_request, evt::selection_clear, evt::property_notify,
128 void handle(const evt::property_notify& evt);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/xwayland/
H A Dselection.c556 xcb_property_notify_event_t *property_notify = in weston_wm_handle_selection_property_notify() local
559 if (property_notify->window == wm->selection_window) { in weston_wm_handle_selection_property_notify()
560 if (property_notify->state == XCB_PROPERTY_NEW_VALUE && in weston_wm_handle_selection_property_notify()
561 property_notify->atom == wm->atom.wl_selection && in weston_wm_handle_selection_property_notify()
565 } else if (property_notify->window == wm->selection_request.requestor) { in weston_wm_handle_selection_property_notify()
566 if (property_notify->state == XCB_PROPERTY_DELETE && in weston_wm_handle_selection_property_notify()
567 property_notify->atom == wm->selection_request.property && in weston_wm_handle_selection_property_notify()
H A Dwindow-manager.c1364 xcb_property_notify_event_t *property_notify = in weston_wm_handle_property_notify() local
1372 if (!wm_lookup_window(wm, property_notify->window, &window)) in weston_wm_handle_property_notify()
1384 property_notify->window); in weston_wm_handle_property_notify()
1385 if (property_notify->state == XCB_PROPERTY_DELETE) in weston_wm_handle_property_notify()
1387 get_atom_name(wm->conn, property_notify->atom)); in weston_wm_handle_property_notify()
1389 read_and_dump_property(fp, wm, property_notify->window, in weston_wm_handle_property_notify()
1390 property_notify->atom); in weston_wm_handle_property_notify()
1401 get_atom_name(wm->conn, property_notify->atom); in weston_wm_handle_property_notify()
1404 if (property_notify->atom == wm->atom.net_wm_name || in weston_wm_handle_property_notify()
1405 property_notify->atom == XCB_ATOM_WM_NAME) in weston_wm_handle_property_notify()
/dports/graphics/weston/weston-1.9.0/xwayland/
H A Dselection.c514 xcb_property_notify_event_t *property_notify = in weston_wm_handle_selection_property_notify() local
517 if (property_notify->window == wm->selection_window) { in weston_wm_handle_selection_property_notify()
518 if (property_notify->state == XCB_PROPERTY_NEW_VALUE && in weston_wm_handle_selection_property_notify()
519 property_notify->atom == wm->atom.wl_selection && in weston_wm_handle_selection_property_notify()
523 } else if (property_notify->window == wm->selection_request.requestor) { in weston_wm_handle_selection_property_notify()
524 if (property_notify->state == XCB_PROPERTY_DELETE && in weston_wm_handle_selection_property_notify()
525 property_notify->atom == wm->selection_request.property && in weston_wm_handle_selection_property_notify()
H A Dwindow-manager.c1158 xcb_property_notify_event_t *property_notify = in weston_wm_handle_property_notify() local
1162 if (!wm_lookup_window(wm, property_notify->window, &window)) in weston_wm_handle_property_notify()
1167 wm_log("XCB_PROPERTY_NOTIFY: window %d, ", property_notify->window); in weston_wm_handle_property_notify()
1168 if (property_notify->state == XCB_PROPERTY_DELETE) in weston_wm_handle_property_notify()
1171 read_and_dump_property(wm, property_notify->window, in weston_wm_handle_property_notify()
1172 property_notify->atom); in weston_wm_handle_property_notify()
1174 if (property_notify->atom == wm->atom.net_wm_name || in weston_wm_handle_property_notify()
1175 property_notify->atom == XCB_ATOM_WM_NAME) in weston_wm_handle_property_notify()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/xwayland/
H A Dselection.c556 xcb_property_notify_event_t *property_notify = in weston_wm_handle_selection_property_notify() local
559 if (property_notify->window == wm->selection_window) { in weston_wm_handle_selection_property_notify()
560 if (property_notify->state == XCB_PROPERTY_NEW_VALUE && in weston_wm_handle_selection_property_notify()
561 property_notify->atom == wm->atom.wl_selection && in weston_wm_handle_selection_property_notify()
565 } else if (property_notify->window == wm->selection_request.requestor) { in weston_wm_handle_selection_property_notify()
566 if (property_notify->state == XCB_PROPERTY_DELETE && in weston_wm_handle_selection_property_notify()
567 property_notify->atom == wm->selection_request.property && in weston_wm_handle_selection_property_notify()
H A Dwindow-manager.c1364 xcb_property_notify_event_t *property_notify = in weston_wm_handle_property_notify() local
1372 if (!wm_lookup_window(wm, property_notify->window, &window)) in weston_wm_handle_property_notify()
1384 property_notify->window); in weston_wm_handle_property_notify()
1385 if (property_notify->state == XCB_PROPERTY_DELETE) in weston_wm_handle_property_notify()
1387 get_atom_name(wm->conn, property_notify->atom)); in weston_wm_handle_property_notify()
1389 read_and_dump_property(fp, wm, property_notify->window, in weston_wm_handle_property_notify()
1390 property_notify->atom); in weston_wm_handle_property_notify()
1401 get_atom_name(wm->conn, property_notify->atom); in weston_wm_handle_property_notify()
1404 if (property_notify->atom == wm->atom.net_wm_name || in weston_wm_handle_property_notify()
1405 property_notify->atom == XCB_ATOM_WM_NAME) in weston_wm_handle_property_notify()
/dports/x11/polybar/polybar-3.5.7/include/components/
H A Dbar.hpp51 class bar : public xpp::event::sink<evt::button_press, evt::expose, evt::property_notify, evt::ente…
91 void handle(const evt::property_notify& evt);
/dports/x11-wm/bspwm/bspwm-0.9.10/src/
H A Devents.h42 void property_notify(xcb_generic_event_t *evt);
H A Devents.c63 property_notify(evt); in handle_event()
261 void property_notify(xcb_generic_event_t *evt) in property_notify() function
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwin/winclipboard/
H A Dxevents.c719 xcb_property_notify_event_t *property_notify = (xcb_property_notify_event_t *)event; in winClipboardFlushXEvents() local
723 (property_notify->atom == atoms->atomLocalProperty) && in winClipboardFlushXEvents()
724 (property_notify->state == XCB_PROPERTY_NEW_VALUE)) in winClipboardFlushXEvents()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xwin/winclipboard/
H A Dxevents.c719 xcb_property_notify_event_t *property_notify = (xcb_property_notify_event_t *)event; in winClipboardFlushXEvents() local
723 (property_notify->atom == atoms->atomLocalProperty) && in winClipboardFlushXEvents()
724 (property_notify->state == XCB_PROPERTY_NEW_VALUE)) in winClipboardFlushXEvents()
/dports/x11/polybar/polybar-3.5.7/src/modules/
H A Dxwindow.cpp88 void xwindow_module::handle(const evt::property_notify& evt) { in handle()
H A Dxworkspaces.cpp106 void xworkspaces_module::handle(const evt::property_notify& evt) { in handle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/linux/
H A Dx_server_clipboard.cc112 if (auto* property_notify = event.As<x11::PropertyNotifyEvent>()) in ProcessXEvent() local
113 OnPropertyNotify(*property_notify); in ProcessXEvent()
/dports/x11/polybar/polybar-3.5.7/src/x11/
H A Dbackground_manager.cpp125 void background_manager::handle(const evt::property_notify& evt) { in handle()
/dports/x11-wm/sdorfehs/sdorfehs-1.2/
H A Devents.c521 property_notify(XEvent *ev) in property_notify() function
751 property_notify(ev); in delegate_event()
/dports/x11-wm/ratpoison/ratpoison-1.4.9/src/
H A Devents.c577 property_notify (XEvent *ev) in property_notify() function
822 property_notify (ev); in delegate_event()
/dports/x11/stalonetray/stalonetray-0.8.3/src/
H A Dmain.c333 void property_notify(XPropertyEvent ev) in property_notify() function
726 property_notify(ev.xproperty); in tray_main()
/dports/x11/stalonetray/stalonetray-0.8.3/
H A DChangeLog371 * upd:property_notify():handle WM restarts and re-set tray hints and KDE
470 upd:property_notify(): list atoms supported by WM on WM (re)starts
754 fix: property_notify(): call tray_refresh_window() also when fuzzy edges
790 upd: property_notify(): update call to tray_refresh_window() to new signature
873 fix: property_notify(): always refresh window on wallp. change
874 upd: property_notify(): update KDE icons list only if tray is active
980 fix: property_notify(): call kde_icons_update() only if tray is active
/dports/x11/xcb-imdkit/xcb-imdkit-1.0.3/src/
H A Dimclient.c769 xcb_property_notify_event_t *property_notify = in _xcb_xim_filter_property_changed() local
772 if (im->screen->root != property_notify->window) { in _xcb_xim_filter_property_changed()
776 if (property_notify->atom != im->atoms[XIM_ATOM_XIM_SERVERS]) { in _xcb_xim_filter_property_changed()

12