diff options
Diffstat (limited to 'glitch.h')
| -rw-r--r-- | glitch.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,9 @@ typedef struct Client { Window window; struct Client *next; struct Client *prev; + int saved_x, saved_y; + unsigned int saved_w, saved_h; + int has_saved_state; } Client; typedef struct { |
