From cc2bde60d36f1becdf3bdf82776c3fd50f30705e Mon Sep 17 00:00:00 2001 From: Kenneth G Raeburn Date: Mon, 22 Oct 1990 02:28:17 +0000 Subject: [marc] Added can_die time field, indicating the first time the windowgram should be killable. --- zwgc/X_gram.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zwgc/X_gram.h') 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 +#include 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 { -- cgit v1.2.3