Lines Matching defs:_Drawable
57 typedef struct _Drawable { struct
58 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;
67 ScreenPtr pScreen;
68 unsigned long serialNumber;