From 06c0ef7df46783e600c39e407b1499446f46638b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 4 Jun 2008 18:17:20 +0100 Subject: [PATCH] Correct prototype for dpy_resize_shared (fix up merge damage) --- console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console.h b/console.h index 6cb34b90a9..1ec937a0e8 100644 --- a/console.h +++ b/console.h @@ -81,7 +81,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_resize_shared)(struct DisplayState *s, int w, int h, int linesize); + void (*dpy_resize_shared)(struct DisplayState *s, int w, int h, int depth, int linesize, void *pixels); 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