Home
last modified time | relevance | path

Searched refs:activate_binding (Results 1 – 12 of 12) sorted by relevance

/dports/x11-wm/wayfire/wayfire-0.7.0/plugins/single_plugins/
H A Dresize.cpp16 wf::button_callback activate_binding; member in wayfire_resize
34 activate_binding = [=] (auto) in init()
48 output->add_button(button, &activate_binding); in init()
317 output->rem_binding(&activate_binding); in fini()
H A Dmove.cpp27 wf::button_callback activate_binding; member in wayfire_move
121 activate_binding = [=] (auto) in init()
135 output->add_button(activate_button, &activate_binding); in init()
542 output->rem_binding(&activate_binding); in fini()
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimppopup.c226 gboolean activate_binding = TRUE; in gimp_popup_key_press() local
238 activate_binding = FALSE; in gimp_popup_key_press()
241 if (activate_binding) in gimp_popup_key_press()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dbindings.c103 static int activate_binding(Binding *binding, binding_t type, Bool do_grab) in activate_binding() function
225 activate_binding(b, b->type, True); in __rebind_global_key()
463 rc |= activate_binding(b, type, False); in ParseBinding()
536 activate_binding(b, type, True); in binding_cmd()
/dports/x11-wm/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0/src/
H A Dwater.cpp215 output->add_button(button, &activate_binding); in init()
230 wf::button_callback activate_binding = [=] (auto) member in wayfire_water_screen
406 output->rem_binding(&activate_binding); in fini()
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dbindings.c106 static int activate_binding(Binding *binding, binding_t type, Bool do_grab) in activate_binding() function
230 activate_binding(b, b->type, True); in __rebind_global_key()
553 rc |= activate_binding(b, type, False); in ParseBinding()
627 activate_binding(b, type, True); in binding_cmd()
/dports/x11-wm/wayfire/wayfire-0.7.0/plugins/cube/
H A Dcube.cpp35 wf::button_callback activate_binding; member in wayfire_cube
113 activate_binding = [=] (auto) in init()
128 output->add_button(button, &activate_binding); in init()
659 output->rem_binding(&activate_binding); in fini()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/ivi-shell/
H A Divi-shell.c404 activate_binding(struct weston_seat *seat, in activate_binding() function
427 activate_binding(pointer->seat, pointer->focus); in click_to_activate_binding()
440 activate_binding(touch->seat, touch->focus); in touch_to_activate_binding()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/ivi-shell/
H A Divi-shell.c404 activate_binding(struct weston_seat *seat, in activate_binding() function
427 activate_binding(pointer->seat, pointer->focus); in click_to_activate_binding()
440 activate_binding(touch->seat, touch->focus); in touch_to_activate_binding()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/desktop-shell/
H A Dshell.c3843 activate_binding(struct weston_seat *seat, in activate_binding() function
3874 activate_binding(pointer->seat, data, pointer->focus, in click_to_activate_binding()
3889 activate_binding(touch->seat, data, touch->focus, in touch_to_activate_binding()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/desktop-shell/
H A Dshell.c3843 activate_binding(struct weston_seat *seat, in activate_binding() function
3874 activate_binding(pointer->seat, data, pointer->focus, in click_to_activate_binding()
3889 activate_binding(touch->seat, data, touch->focus, in touch_to_activate_binding()
/dports/graphics/weston/weston-1.9.0/desktop-shell/
H A Dshell.c5187 activate_binding(struct weston_seat *seat, in activate_binding() function
5215 activate_binding(pointer->seat, data, pointer->focus->surface); in click_to_activate_binding()
5227 activate_binding(touch->seat, data, touch->focus->surface); in touch_to_activate_binding()