sowm: clean up

This commit is contained in:
Dylan Araps 2019-10-17 17:02:42 +03:00
parent ec1f32020e
commit 1248c93bcd
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 3 additions and 3 deletions

6
sowm.c
View File

@ -57,9 +57,9 @@ static desktop ws_list[10];
static int ws = 1, sw, sh, wx, wy;
static unsigned int ww, wh;
static Display *d;
static Window root, cur;
static XButtonEvent mouse;
static Display *d;
static Window root, cur;
static XButtonEvent mouse;
static void (*events[LASTEvent])(XEvent *e) = {
[ButtonPress] = button_press,