From 1ec35f795f9ef56c21a1d63441f8320579fb0ff9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 29 May 2008 15:52:28 +0100 Subject: [PATCH] declare ds->dpy_colourdepth --- console.h | 1 + 1 file changed, 1 insertion(+) diff --git a/console.h b/console.h index 7767196d0d..9af5432c14 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, -- 2.39.5