summaryrefslogtreecommitdiff
path: root/zwgc/X_gram.h
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2009-03-22 18:59:56 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2009-03-22 18:59:56 +0000
commit312324cc64cbb918e47526056de8c9c8d0693f79 (patch)
tree190d9e31f5b5424fccbebe6f993a07a53674e5e7 /zwgc/X_gram.h
parent2b0255b2989113b5889dd59d3a52a46980e26b9a (diff)
more cleanup
Diffstat (limited to 'zwgc/X_gram.h')
-rw-r--r--zwgc/X_gram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/X_gram.h b/zwgc/X_gram.h
index d051f5e..62a1567 100644
--- a/zwgc/X_gram.h
+++ b/zwgc/X_gram.h
@@ -40,7 +40,7 @@ typedef struct _x_gram {
struct _x_gram *below,*above;
Window w;
#ifdef CMU_ZWGCPLUS
- char *notice;
+ ZNotice_t *notice;
#endif
struct timeval can_die;
} x_gram;