Home
last modified time | relevance | path

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

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Dmisc.c65 XGrabButton (dpy, button, modifiers | lock_mods[i], grab_window, in MyXGrabButton()
68 if (lock_mods[i] == 0) in MyXGrabButton()
83 XUngrabButton (dpy, button, modifiers | lock_mods[i], grab_window); in MyXUngrabButton()
84 if (lock_mods[i] == 0) in MyXUngrabButton()
169 XGrabKey (dpy, tmp->keycode, tmp->mods | lock_mods[i], w, True, in grab_window_keys()
171 if (lock_mods[i] == 0) in grab_window_keys()
/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dmisc.c477 mods = (modifiers != AnyModifier) ? Scr.lock_mods : mygrabs_no_mods; in MyXGrabButton()
490 mods = (modifiers != AnyModifier) ? Scr.lock_mods : mygrabs_no_mods; in MyXUngrabButton()
502 mods = (modifiers != AnyModifier) ? Scr.lock_mods : mygrabs_no_mods; in MyXGrabKey()
H A Dscreen.h203 unsigned int* lock_mods; /* all combinations of lock modifier masks */ member
H A Dafterstep.c805 if (Scr.lock_mods == NULL) in InitModifiers()
806 Scr.lock_mods = (unsigned*) safemalloc(256 * sizeof(unsigned)); in InitModifiers()
807 mp = Scr.lock_mods; in InitModifiers()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dasapp.h324 extern unsigned int lock_mods[MAX_LOCK_MODS]; /* all combinations of lock modifier masks */
H A Dscreen.c541 mp = lock_mods; in setup_modifiers()
H A Dasapp.c73 unsigned int lock_mods[MAX_LOCK_MODS] = { 0 }; /* all combinations of lock modifier masks */ variable
/dports/accessibility/at-spi2-core/at-spi2-core-2.36.0/registryd/
H A Ddeviceeventcontroller.c1685 unsigned int modifiers, synth_mods, lock_mods; in spi_dec_synth_keysym() local
1695 lock_mods = 0; in spi_dec_synth_keysym()
1697 lock_mods = synth_mods & ~modifiers; in spi_dec_synth_keysym()
1698 spi_dec_plat_lock_modifiers (controller, lock_mods); in spi_dec_synth_keysym()
1704 spi_dec_plat_unlock_modifiers (controller, lock_mods); in spi_dec_synth_keysym()
/dports/x11-wm/afterstep/AfterStep-1.0/modules/Wharf/
H A DWharf.c183 unsigned int lock_mods[256]; variable
2210 unsigned *mods = lock_mods; in swallow()
2283 mp = lock_mods; in FindLockMods()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/Wharf/
H A DWharf.c2492 register unsigned int *mods = lock_mods; in grab_swallowed_canvas_btn()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterBase/
H A DChangeLog869 * lock_mods handling fix to alle=viate potential segfaults experienced by
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/
H A DChangeLog5967 * lock_mods handling fix to alle=viate potential segfaults experienced by
5972 * lock_mods handling fix to alle=viate potential segfaults experienced by