Get outputs on start. Create dock window for every output.

This commit is contained in:
Axel Wagner
2010-07-23 05:04:13 +02:00
parent a3a7a2ca52
commit 72b55fdd4f
4 changed files with 19 additions and 42 deletions

View File

@ -19,6 +19,7 @@ xcb_window_t xcb_root;
void init_xcb();
void clean_xcb();
void get_atoms();
void destroy_windows();
void create_windows();
#endif