Implement an internal bar which displays the workspaces
This commit is contained in:
@ -293,6 +293,10 @@ struct Screen {
|
||||
/* x, y, width, height */
|
||||
Rect rect;
|
||||
|
||||
/* The bar window */
|
||||
xcb_window_t bar;
|
||||
xcb_gcontext_t bargc;
|
||||
|
||||
TAILQ_ENTRY(Screen) screens;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user