Major refactoring in preparation for bar modules
This commit is contained in:
8
patch/bar_awesomebar.h
Normal file
8
patch/bar_awesomebar.h
Normal file
@@ -0,0 +1,8 @@
|
||||
static int width_awesomebar(Monitor *m, int max_width);
|
||||
static int draw_awesomebar(Monitor *m, int x, int w);
|
||||
static int click_awesomebar(Monitor *m, Arg *arg, int rel_x, int rel_y, int rel_w, int rel_h);
|
||||
|
||||
static void hide(Client *c);
|
||||
static void show(Client *c);
|
||||
static void togglewin(const Arg *arg);
|
||||
static void showhideclient(const Arg *arg);
|
Reference in New Issue
Block a user