From: Ian Jackson Date: Thu, 29 May 2008 14:52:28 +0000 (+0100) Subject: declare ds->dpy_colourdepth X-Git-Tag: xen-3.3.0-rc1~157 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1ec35f795f9ef56c21a1d63441f8320579fb0ff9;p=qemu-xen-4.3-testing.git declare ds->dpy_colourdepth --- diff --git a/console.h b/console.h index 7767196d0..9af5432c1 100644 --- a/console.h +++ b/console.h @@ -77,6 +77,7 @@ struct DisplayState { void (*dpy_update)(struct DisplayState *s, int x, int y, int w, int h); void (*dpy_resize)(struct DisplayState *s, int w, int h); + void (*dpy_colourdepth)(struct DisplayState *s, int depth); void (*dpy_setdata)(DisplayState *s, void *pixels); void (*dpy_refresh)(struct DisplayState *s); void (*dpy_copy)(struct DisplayState *s, int src_x, int src_y,