Home
last modified time | relevance | path

Searched refs:nonlock_mods (Results 1 – 8 of 8) sorted by relevance

/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dscreen.h202 unsigned int nonlock_mods; /* a mask for non-locking modifiers */ member
H A Devents.c314 modifier = (Event.xkey.state & Scr.nonlock_mods); in HandleKeyPress()
921 && ((Event.xbutton.state & Scr.nonlock_mods) == 0)) in HandleButtonPress()
966 && ((Event.xbutton.state & Scr.nonlock_mods) == 0) in HandleButtonPress()
1013 modifier = (Event.xbutton.state & Scr.nonlock_mods); in HandleButtonPress()
H A Dafterstep.c802 Scr.nonlock_mods = ((ShiftMask | ControlMask | Mod1Mask | Mod2Mask in InitModifiers()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dmoveresize.c880 data->pointer_state & nonlock_mods, in move_func()
881 data->feel->no_snaping_mod, nonlock_mods); in move_func()
887 && (data->pointer_state & nonlock_mods) != in move_func()
924 && (data->pointer_state & nonlock_mods) != in resize_func()
H A Dasapp.h322 extern unsigned int nonlock_mods; /* a mask for non-locking modifiers */
H A Dscreen.c534 nonlock_mods = in setup_modifiers()
539 nonlock_mods); in setup_modifiers()
H A Dasapp.c72 unsigned int nonlock_mods = 0; /* a mask for non-locking modifiers */ variable
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Devents.c792 unsigned int modifier = (xk->state & nonlock_mods); in HandleKeyPress()
1357 (xbtn->state & nonlock_mods)); in HandleButtonPress()
1359 && (xbtn->state & nonlock_mods) == 0) { in HandleButtonPress()
1394 modifier = (xbtn->state & nonlock_mods); in HandleButtonPress()