]> Dogcows Code - chaz/openbox/commitdiff
lwindow needs a type
authorDana Jansens <danakj@orodu.net>
Fri, 25 Jul 2003 05:25:19 +0000 (05:25 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 25 Jul 2003 05:25:19 +0000 (05:25 +0000)
plugins/mouse/mouse.c

index c9982c889e6072bc19b154594fd374d04b1649e3..68c44533a400fd569d3ba7d1f298307a178f547d 100644 (file)
@@ -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;
This page took 0.025812 seconds and 4 git commands to generate.