Move stuff around, decorate windows a bit

This commit is contained in:
Michael Stapelberg
2009-02-07 01:38:51 +01:00
parent b664456706
commit 023ec870a2
3 changed files with 217 additions and 72 deletions

5
data.h
View File

@ -31,4 +31,9 @@ typedef struct Client {
/* TODO: this is NOT final */
Cell old_position; /* if you set a client to floating and set it back to managed,
it does remember its old position and *tries* to get back there */
/* XCB contexts */
xcb_gcontext_t titlegc;
xcb_window_t window;
} Client;