]> xenbits.xensource.com Git - qemu-xen-4.6-testing.git/commitdiff
declare ds->dpy_colourdepth
authorIan Jackson <iwj@mariner.uk.xensource.com>
Thu, 29 May 2008 14:52:28 +0000 (15:52 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 29 May 2008 14:52:28 +0000 (15:52 +0100)
console.h

index 7767196d0d17760ee5e272f95700805fa7aef80b..9af5432c1493fe0f8a8f2522355196d60a9c6e97 100644 (file)
--- 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,