Implement horizontal resizing

This commit is contained in:
Michael Stapelberg
2009-02-16 03:28:07 +01:00
parent 7216738778
commit 6b1069cd47
7 changed files with 158 additions and 71 deletions

View File

@ -169,6 +169,8 @@ struct Container {
/* Width/Height of the container. Changeable by the user */
int width;
int height;
float width_factor;
float height_factor;
/* Backpointer to the workspace this container is in */
Workspace *workspace;