aaxint.h | aaxint.h | |||
---|---|---|---|---|
struct xdriverdata { | struct xdriverdata { | |||
Display *dp; | Display *dp; | |||
Window wi; | Window wi; | |||
Pixmap pi; | Pixmap pi; | |||
int imgwidth, imgheight; | ||||
XSetWindowAttributes attr; | XSetWindowAttributes attr; | |||
int fontheight; | int fontheight; | |||
int fontwidth; | int fontwidth; | |||
int realfontwidth; | ||||
GC normalGC, dimGC, boldGC, currGC, specialGC; | GC normalGC, dimGC, boldGC, currGC, specialGC; | |||
int cvisible; | int cvisible; | |||
GC blackGC; | GC blackGC; | |||
Colormap cmap; | Colormap cmap; | |||
int screen; | int screen; | |||
long bold, normal, dim, black, special; | long bold, normal, dim, black, special; | |||
long invertedbold, invertednormal, inverteddim, invertedblack, invertedsp ecial; | ||||
int width; | int width; | |||
int height; | int height; | |||
XFontStruct *font_s; | XFontStruct *font_s; | |||
int Xpos; | int Xpos; | |||
int pixmapmode; | int pixmapmode; | |||
int Ypos; | int Ypos; | |||
int mmwidth, mmheight; | int mmwidth, mmheight; | |||
unsigned char *previoust, *previousa; | unsigned char *previoust, *previousa; | |||
int font; | int font; | |||
int pixelwidth, pixelheight; | int pixelwidth, pixelheight; | |||
int inverted; | ||||
}; | }; | |||
int __aa_X_getsize(struct aa_context *c,struct xdriverdata *d); | ||||
void __aa_X_redraw(aa_context *c); | ||||
End of changes. 5 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |