Implement resizing (still buggy)

Committing basic resizing functionality. We need testcases for the bugs and
then eliminate them.
This commit is contained in:
Michael Stapelberg
2010-11-29 10:56:16 +01:00
parent a86d8ab329
commit ee45c92564
5 changed files with 211 additions and 4 deletions

View File

@ -52,5 +52,6 @@
#include "match.h"
#include "cmdparse.h"
#include "xcursor.h"
#include "resize.h"
#endif