Searched defs:Display (Results 1 – 5 of 5) sorted by relevance
8 typedef struct Display Display; typedef184 struct Display struct196 void (*error)(Display*, char*); argument206 uchar buf[Displaybufsize+1]; /* +1 for flush message */ argument219 Display *display; /* display holding data */ argument
23 typedef struct Display Display; typedef74 struct Display struct76 uchar *data; /* transfer buffer */77 Rectangle r;78 int ldepth;79 Rectangle bb; /* bounding box of changes */80 int waste; /* unused part of bb */81 Rectangle bound; /* memory for boundin/boundout */82 Bitmap *image; /* owner */83 int id;[all …]
60 initdisplay(char *dev, char *win, void(*error)(Display*, char*)) in initdisplay()
4 #define Display WDisplay macro
26 #define Display XDisplay macro