summaryrefslogtreecommitdiff
path: root/glitch.h
diff options
context:
space:
mode:
Diffstat (limited to 'glitch.h')
-rw-r--r--glitch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/glitch.h b/glitch.h
index b4e416d..c5dc272 100644
--- a/glitch.h
+++ b/glitch.h
@@ -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 {