Implement an internal bar which displays the workspaces

This commit is contained in:
Michael Stapelberg
2009-03-04 12:09:43 +01:00
parent 3d774ba021
commit 05747c4a1c
5 changed files with 120 additions and 13 deletions

View File

@ -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;
};