Revision d78f3995 console.c

b/console.c
28 28
//#define DEBUG_CONSOLE
29 29
#define DEFAULT_BACKSCROLL 512
30 30
#define MAX_CONSOLES 12
31
#define DEFAULT_MONITOR_SIZE "800x600"
32 31

  
33 32
#define QEMU_RGBA(r, g, b, a) (((a) << 24) | ((r) << 16) | ((g) << 8) | (b))
34 33
#define QEMU_RGB(r, g, b) QEMU_RGBA(r, g, b, 0xff)

Also available in: Unified diff