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.h24
1 files changed, 13 insertions, 11 deletions
diff --git a/zwgc/X_gram.h b/zwgc/X_gram.h
index 62a1567..dfff8f1 100644
--- a/zwgc/X_gram.h
+++ b/zwgc/X_gram.h
@@ -24,12 +24,14 @@
#include "formatter.h"
typedef struct _xblock {
- unsigned long fgcolor;
- Font fid;
- int x,y;
- int x1,y1,x2,y2; /* bounds of block. used for cut and paste. */
- int strindex;
- int strlen;
+ unsigned long fgcolor;
+ Font fid;
+ int x,y;
+ int x1,y1,x2,y2; /* bounds of block. used for cut and paste. */
+ int strindex;
+ int strlen;
+ char *wstr;
+ int wlen;
} xblock;
typedef struct _x_gram {
@@ -46,11 +48,11 @@ typedef struct _x_gram {
} x_gram;
typedef struct _xauxblock {
- int align;
- XFontStruct *font;
- char *str;
- int len;
- int width;
+ int align;
+ XFontStruct *font;
+ char *str;
+ int len;
+ int width;
} xauxblock;
typedef struct _xmode {