summaryrefslogtreecommitdiff
path: root/zwgc/X_gram.h
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-10-22 02:28:17 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-10-22 02:28:17 +0000
commitcc2bde60d36f1becdf3bdf82776c3fd50f30705e (patch)
tree2ae66f3e0ccfb5ded0fc3376a76ed070419d39b9 /zwgc/X_gram.h
parent3130a74e8faf87bb54bc25dff2f88831f0f55297 (diff)
[marc] Added can_die time field, indicating the first time the
windowgram should be killable.
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 {