all repos — openbox @ 2064042d94cae2464363a1f353348c0513f339c4

openbox fork - make it a bit more like ryudo

lwindow needs a type
Dana Jansens danakj@orodu.net
commit

2064042d94cae2464363a1f353348c0513f339c4

parent

04a44af3c4d6365cbf7b551b9cc15eaaada28410

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M plugins/mouse/mouse.cplugins/mouse/mouse.c

@@ -259,7 +259,7 @@ static void event(ObEvent *e, void *foo)

{ static Time ltime; static guint button = 0, state = 0, lbutton = 0; - static lwindow = None; + static Window lwindow = None; static int px, py; gboolean click = FALSE; gboolean dclick = FALSE;