From: Dana Jansens Date: Tue, 25 Mar 2003 22:13:44 +0000 (+0000) Subject: presses work when clicks dont on the frame around the titlebar.. X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=95ffd99cfab5ffc46d3b12f2c1c7c8ac73e70337;p=chaz%2Fopenbox presses work when clicks dont on the frame around the titlebar.. --- diff --git a/plugins/mouse/mouse.c b/plugins/mouse/mouse.c index 01a3cf2a..372417d3 100644 --- a/plugins/mouse/mouse.c +++ b/plugins/mouse/mouse.c @@ -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);