Draw the workspace-buttons
This commit is contained in:
@ -18,8 +18,8 @@ struct i3_output_t {
|
||||
int ws;
|
||||
rect rect;
|
||||
|
||||
xcb_window_t win;
|
||||
xcb_gcontext_t gctx;
|
||||
xcb_window_t bar;
|
||||
xcb_gcontext_t bargc;
|
||||
|
||||
i3_output* next;
|
||||
};
|
||||
|
@ -21,5 +21,6 @@ void clean_xcb();
|
||||
void get_atoms();
|
||||
void destroy_windows();
|
||||
void create_windows();
|
||||
void draw_buttons();
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user