lwindow needs a type
This commit is contained in:
parent
04a44af3c4
commit
2064042d94
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue