summaryrefslogtreecommitdiff
path: root/zwgc/X_gram.h
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/X_gram.h')
-rw-r--r--zwgc/X_gram.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zwgc/X_gram.h b/zwgc/X_gram.h
index 362de73..e6ac1e9 100644
--- a/zwgc/X_gram.h
+++ b/zwgc/X_gram.h
@@ -20,6 +20,7 @@
#define x_gram_TYPE
#include <X11/Xlib.h>
+#include <sys/time.h>
typedef struct _xblock {
unsigned long fgcolor;
@@ -37,6 +38,7 @@ typedef struct _x_gram {
char *text;
struct _x_gram *below,*above;
Window w;
+ struct timeval can_die;
} x_gram;
typedef struct _xauxblock {