Draw the workspace-buttons

This commit is contained in:
Axel Wagner
2010-07-26 17:21:46 +02:00
parent 72b55fdd4f
commit 8a274bd279
6 changed files with 100 additions and 11 deletions

View File

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