Home
last modified time | relevance | path

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

/inferno-os/include/
H A Ddraw.h8 typedef struct Display Display; typedef
184 struct Display struct
196 void (*error)(Display*, char*); argument
206 uchar buf[Displaybufsize+1]; /* +1 for flush message */ argument
219 Display *display; /* display holding data */ argument
/inferno-os/os/boot/rpcg/
H A Dlibg.h23 typedef struct Display Display; typedef
74 struct Display struct
76 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 …]
/inferno-os/libdraw/
H A Dinit.c60 initdisplay(char *dev, char *win, void(*error)(Display*, char*)) in initdisplay()
/inferno-os/emu/Nt/
H A Dwin.c4 #define Display WDisplay macro
/inferno-os/emu/port/
H A Dwin-x11a.c26 #define Display XDisplay macro