Home
last modified time | relevance | path

Searched defs:_Drawable (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dpixmapstr.h57 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;
[all …]