Am 2006-04-12 23:12 -0700 schrieb Anthony Martin:

> Fixed in hg tip. Although, I accidentaly attributed the bug report to
> Frank. I apologize. At the time I was looking at his mail.

I suppose because of that I still needed

diff -Nur wmii-20060412/cmd/wm/event.c wmii-20060412-k1/cmd/wm/event.c
--- wmii-20060412/cmd/wm/event.c        2006-04-12 15:28:31.000000000 +0200
+++ wmii-20060412-k1/cmd/wm/event.c     2006-04-13 09:48:51.000000000 +0200
@@ -70,7 +70,7 @@
        }
        else if((c = frame_of_win(ev->window))) {
                ev->state &= valid_mask;
-               if((ev->state & Mod1Mask) && (ev->button == Button3)) {
+               if((ev->state & Mod4Mask) && (ev->button == Button3)) {
                        if(sel_client() != c)
                                focus(c);
                        else {
diff -Nur wmii-20060412/cmd/wm/wm.c wmii-20060412-k1/cmd/wm/wm.c
--- wmii-20060412/cmd/wm/wm.c   2006-04-12 15:28:31.000000000 +0200
+++ wmii-20060412-k1/cmd/wm/wm.c        2006-04-13 09:53:13.000000000 +0200
@@ -297,7 +297,7 @@
        cext_strlcpy(def.normcolor, BLITZ_NORMCOLORS, sizeof(def.normcolor));
        blitz_loadcolor(dpy, screen, def.normcolor, &def.norm);
        cext_strlcpy(def.grabmod, "Mod1", sizeof(def.grabmod));
-       def.mod = Mod1Mask;
+       def.mod = Mod4Mask;
 
        init_atoms();
        init_cursors();

in wmii-20060412? Ok, so it is fixed in later snap.

What I realise is, I can't tag frames with 2. Anything is possible, but
not 2. Is my patch broken and current hg checkout not concerned?

Konsti

-- 
GPG KeyID EF62FCEF
Fingerprint: 13C9 B16B 9844 EC15 CC2E  A080 1E69 3FDA EF62 FCEF

_______________________________________________
[email protected] mailing list
http://wmii.de/cgi-bin/mailman/listinfo/wmii

Reply via email to