From f59442f0e576abe1f1357135024d44e8bf66a36a Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Fri, 8 Oct 2010 16:22:10 +0200 Subject: Build standalone UI program (emulator-ui). This changes introduces a new program, called emulator-ui that only contains parts necessary to display the UI (and removes anything related to CPU emulation). This is only a skeleton right now, since it is not capable of launching a core, or displaying anything meaningful, except the skin, trackball, respond to commands (e.g. change layouts with KP-7 and KP-9). Later changes will introduce core launching, communication, etc... Change-Id: Icef9deb8a3a256532655e1cd409b4aab52565d03 --- sysemu.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'sysemu.h') diff --git a/sysemu.h b/sysemu.h index 0d332c1..0c57d5d 100644 --- a/sysemu.h +++ b/sysemu.h @@ -109,15 +109,6 @@ int tap_win32_init(VLANState *vlan, const char *model, /* SLIRP */ void do_info_slirp(Monitor *mon); -typedef enum DisplayType -{ - DT_DEFAULT, - DT_CURSES, - DT_SDL, - DT_VNC, - DT_NOGRAPHIC, -} DisplayType; - extern int bios_size; extern int cirrus_vga_enabled; extern int std_vga_enabled; -- cgit v1.1