summaryrefslogtreecommitdiff
path: root/zwgc/X_gram.h
diff options
context:
space:
mode:
authorGravatar Marc Horowitz <marc@mit.edu>1989-11-13 19:54:10 +0000
committerGravatar Marc Horowitz <marc@mit.edu>1989-11-13 19:54:10 +0000
commit05bb0c93268b1cc3d18dcbb2757412197983f0a3 (patch)
tree6283f1dbd2bab17688daf7504c6ab83a46c5f162 /zwgc/X_gram.h
parent0e01e707e2d0899b98a87625f03699940b32cf96 (diff)
ICCCM reverse stacking implemented
(This is broken until the ICCCM mandates correct reporting of ConfigureNotify events)
Diffstat (limited to 'zwgc/X_gram.h')
-rw-r--r--zwgc/X_gram.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/zwgc/X_gram.h b/zwgc/X_gram.h
index 180f471..97388d0 100644
--- a/zwgc/X_gram.h
+++ b/zwgc/X_gram.h
@@ -32,13 +32,11 @@ typedef struct _xblock {
typedef struct _x_gram {
unsigned long bgcolor;
-#ifdef REVSTACK
- struct _x_gram *below,*above;
- Window w;
-#endif
int numblocks;
xblock *blocks;
char *text;
+ struct _x_gram *below,*above;
+ Window w;
} x_gram;
typedef struct _xauxblock {