int wdt; |
Window width. |
int hgt; |
Window height. |
char *progname; |
Zero terminated string giving the program name. |
struct XwinDisplay *dp; |
Control structure for the display the window is connected to. |
Window win; |
Window identifier. |
XTextProperty windowName; |
Window name. |
XTextProperty iconName; |
Icon name. |
XSizeHints *size_hints; |
Size hints. |
XWMHints *wm_hints; |
Window manager hints. |
XClassHints *class_hints; |
Class hints. |
char *buffer; |
Buffer for the graphics image. |
XImage *xi; |
pointer to the associated Ximage structure. |
GC gc; |
Graphics context. |
struct { |
Atom proto; |
Window prototype attributes. |
Atom delete; |
Window delete. |
} |
atom; |
Propert atoms. |