Bugfix: don’t overwrite the original size of floating windows when changing border style

fixes #1263
This commit is contained in:
Michael Stapelberg
2014-06-13 22:18:36 +02:00
parent 570b5729cc
commit 2e4a2d4f30
4 changed files with 43 additions and 21 deletions

View File

@ -57,6 +57,7 @@ int min(int a, int b);
int max(int a, int b);
bool rect_contains(Rect rect, uint32_t x, uint32_t y);
Rect rect_add(Rect a, Rect b);
Rect rect_sub(Rect a, Rect b);
/**
* Returns true if the name consists of only digits.