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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zwgc/X_gram.h b/zwgc/X_gram.h
index ed1adf7..d051f5e 100644
--- a/zwgc/X_gram.h
+++ b/zwgc/X_gram.h
@@ -39,6 +39,9 @@ typedef struct _x_gram {
char *text;
struct _x_gram *below,*above;
Window w;
+#ifdef CMU_ZWGCPLUS
+ char *notice;
+#endif
struct timeval can_die;
} x_gram;