Home
last modified time | relevance | path

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

/plan9/sys/include/
H A Ddraw.h15 typedef struct Screen Screen; typedef
167 struct Screen struct
170 int id; /* id of system-held Screen */ argument
171 Image *image; /* unused; for reference only */
172 Image *fill; /* color to paint behind windows */
/plan9/sys/src/cmd/unix/drawterm/include/
H A Ddraw.h17 typedef struct Screen Screen; typedef
168 struct Screen struct
171 int id; /* id of system-held Screen */ argument
172 Image *image; /* unused; for reference only */
173 Image *fill; /* color to paint behind windows */
/plan9/sys/include/ape/
H A Ddraw.h25 typedef struct Screen Screen; typedef
175 struct Screen struct
178 int id; /* id of system-held Screen */ argument
179 Image *image; /* unused; for reference only */
180 Image *fill; /* color to paint behind windows */
/plan9/sys/src/cmd/unix/drawterm/gui-x11/
H A Dx11.c19 #define Screen XScreen macro