--- trunk/src/include/devices.h 2007/10/08 16:19:56 24 +++ trunk/src/include/devices.h 2007/10/08 16:20:26 28 @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * - * $Id: devices.h,v 1.212 2006/06/16 18:31:26 debug Exp $ + * $Id: devices.h,v 1.213 2006/07/08 12:30:03 debug Exp $ * * Memory mapped devices. * @@ -215,6 +215,7 @@ /* Extra flags: */ #define VFB_REVERSE_START 0x10000 struct vfb_data { + struct memory *memory; int vfb_type; int vfb_scaledown; @@ -240,6 +241,9 @@ /* RGB palette for <= 8 bit modes: (r,g,b bytes for each) */ unsigned char rgb_palette[256 * 3]; + char *name; + char title[100]; + void (*redraw_func)(struct vfb_data *, int, int); /* These should always be in sync: */