]> Dogcows Code - chaz/openbox/commitdiff
presses work when clicks dont on the frame around the titlebar..
authorDana Jansens <danakj@orodu.net>
Tue, 25 Mar 2003 22:13:44 +0000 (22:13 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 25 Mar 2003 22:13:44 +0000 (22:13 +0000)
plugins/mouse/mouse.c

index 01a3cf2a1ebf91557cbd9581b655aa14b85dfa6a..372417d3186a7a12ca9734fc9045fc2eabedd88f 100644 (file)
@@ -397,7 +397,7 @@ static void binddef()
     a = action_new(action_shade);
     mbind("4", "titlebar", MouseAction_Press, a);
     a = action_new(action_unshade);
-    mbind("5", "titlebar", MouseAction_Click, a);
+    mbind("5", "titlebar", MouseAction_Press, a);
 
     a = action_new(action_toggle_maximize_full);
     mbind("1", "maximize", MouseAction_Click, a);
This page took 0.023146 seconds and 4 git commands to generate.