Some cleanups, remove some unnecessary stuff, fix focus bugs

This commit is contained in:
Michael Stapelberg
2009-02-11 01:33:18 +01:00
parent 97d5887320
commit a8dd2d8388
2 changed files with 32 additions and 26 deletions

1
data.h
View File

@ -84,6 +84,7 @@ struct Client {
/* Backpointer. A client is inside a container */
Container *container;
int x, y;
int width, height;
/* XCB contexts */