X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=st.c;h=da2ce3f19431a74968c79afb90616031059de8d4;hb=1fa27b93f9a78ee78a35a5449bb8c4d0c3ef0f1b;hp=8cfa2f7ba40a0dcd4325706860c383c07315e0e9;hpb=3d3c37bc70042cd2f4bbc8f6ea5fceb2311f0a32;p=st.git diff --git a/st.c b/st.c index 8cfa2f7..da2ce3f 100644 --- a/st.c +++ b/st.c @@ -3501,15 +3501,7 @@ focus(XEvent *ev) { static inline bool match(uint mask, uint state) { - state &= ~ignoremod; - - if(mask == XK_NO_MOD && state) - return false; - if(mask != XK_ANY_MOD && mask != XK_NO_MOD && !state) - return false; - if(mask == XK_ANY_MOD) - return true; - return state == mask; + return mask == XK_ANY_MOD || mask == (state & ~ignoremod); } void