Searched defs:_Drawable (Results 1 – 1 of 1) sorted by relevance
57 typedef struct _Drawable { struct58 unsigned char type; /* DRAWABLE_<type> */59 unsigned char class; /* specific to type */60 unsigned char depth;61 unsigned char bitsPerPixel;62 XID id; /* resource id */63 short x; /* window: screen absolute, pixmap: 0 */64 short y; /* window: screen absolute, pixmap: 0 */65 unsigned short width;66 unsigned short height;[all …]