lwindow needs a type

This commit is contained in:
Dana Jansens 2003-07-25 05:25:19 +00:00
parent 04a44af3c4
commit 2064042d94

View file

@ -259,7 +259,7 @@ static void event(ObEvent *e, void *foo)
{ {
static Time ltime; static Time ltime;
static guint button = 0, state = 0, lbutton = 0; static guint button = 0, state = 0, lbutton = 0;
static lwindow = None; static Window lwindow = None;
static int px, py; static int px, py;
gboolean click = FALSE; gboolean click = FALSE;
gboolean dclick = FALSE; gboolean dclick = FALSE;