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