Introduction
Introduction Statistics Contact Development Disclaimer Help
tadded 20h's patch of 8 Sep 2011 to surf, thanks - surf - customized build of s…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 3b104416d350f25db098d6c8dc9ddff11311e065
parent 62f54a3745f193223def1c14a19a8581af1c00ed
Author: [email protected] <unknown>
Date: Sat, 29 Oct 2011 10:59:34 +0200
added 20h's patch of 8 Sep 2011 to surf, thanks
Diffstat:
M surf.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/surf.c b/surf.c
t@@ -21,7 +21,6 @@
#include <sys/file.h>
#define LENGTH(x) (sizeof x / sizeof x[0])
-#define CLEANMASK(mask) (mask & ~(GDK_MOD2_MASK))
enum { AtomFind, AtomGo, AtomUri, AtomLast };
t@@ -345,7 +344,7 @@ keypress(GtkWidget* w, GdkEventKey *ev, Client *c) {
updatewinid(c);
for(i = 0; i < LENGTH(keys); i++) {
if(gdk_keyval_to_lower(ev->keyval) == keys[i].keyval
- && CLEANMASK(ev->state) == keys[i].mod
+ && (ev->state & keys[i].mod) == keys[i].mod
&& keys[i].func) {
keys[i].func(c, &(keys[i].arg));
processed = TRUE;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.