Introduction
Introduction Statistics Contact Development Disclaimer Help
treordering functions. - surf - customized build of surf, the suckless webkit b…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 9215a55624edb1563dda2861872acc2ee2a405cb
parent 22aa6291df01aad05d4376532788da4477c98bb5
Author: Enno Boland (tox) <[email protected]>
Date: Wed, 9 Sep 2009 21:57:23 +0200
reordering functions.
Diffstat:
M surf.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/surf.c b/surf.c
t@@ -263,8 +263,7 @@ keypress(GtkWidget* w, GdkEventKey *ev, Client *c) {
focus = BROWSER;
for(i = 0; i < LENGTH(keys); i++) {
if(focus & keys[i].focus && ev->keyval == keys[i].keyval &&
- (CLEANMASK(ev->state) == keys[i].mod ||
- CLEANMASK(ev->state) & keys[i].mod)
+ CLEANMASK(ev->state) == 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.