Bugfix: Re-implement reconfiguring height of dock windows (+test) (Thanks thomasba)

This commit is contained in:
Michael Stapelberg
2011-08-27 13:47:10 +02:00
parent 05d10fdb2c
commit e97a7e34f7
3 changed files with 30 additions and 41 deletions

View File

@ -230,16 +230,6 @@ struct xoutput {
/** x, y, width, height */
Rect rect;
#if 0
/** The bar window */
xcb_window_t bar;
xcb_gcontext_t bargc;
/** Contains all clients with _NET_WM_WINDOW_TYPE ==
* _NET_WM_WINDOW_TYPE_DOCK */
SLIST_HEAD(dock_clients_head, Client) dock_clients;
#endif
TAILQ_ENTRY(xoutput) outputs;
};