Bugfix: Re-distribute free space when closing customly resized containers, re-evaluate for other containers
This fixes ticket #4
This commit is contained in:
@ -13,6 +13,14 @@
|
||||
#ifndef _LAYOUT_H
|
||||
#define _LAYOUT_H
|
||||
|
||||
/**
|
||||
* Gets the unoccupied space (= space which is available for windows which were resized by the user)
|
||||
* for the given row. This is necessary to render both, customly resized windows and never touched
|
||||
* windows correctly, meaning that the aspect ratio will be maintained when opening new windows.
|
||||
*
|
||||
*/
|
||||
int get_unoccupied_x(Workspace *workspace, int row);
|
||||
|
||||
/**
|
||||
* (Re-)draws window decorations for a given Client onto the given drawable/graphic context.
|
||||
* When in stacking mode, the window decorations are drawn onto an own window.
|
||||
|
Reference in New Issue
Block a user