mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-05-19 09:30:24 -07:00
sowm: use Window for window and not int
This commit is contained in:
parent
589bb768d9
commit
7316c149b8
3
sowm.c
3
sowm.c
@ -23,7 +23,8 @@ struct key {
|
|||||||
typedef struct client {
|
typedef struct client {
|
||||||
struct client *next, *prev;
|
struct client *next, *prev;
|
||||||
int f, wx, wy;
|
int f, wx, wy;
|
||||||
unsigned int w, ww, wh;
|
unsigned int ww, wh;
|
||||||
|
Window w;
|
||||||
} client;
|
} client;
|
||||||
|
|
||||||
static void button_press(XEvent *e);
|
static void button_press(XEvent *e);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user