diff options
Diffstat (limited to 'sysemu.h')
| -rw-r--r-- | sysemu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysemu.h b/sysemu.h index 931ac3a91b..143fe9b9d9 100644 --- a/sysemu.h +++ b/sysemu.h @@ -78,6 +78,7 @@ extern int vmsvga_enabled; extern int graphic_width; extern int graphic_height; extern int graphic_depth; +extern int nographic; extern const char *keyboard_layout; extern int win2k_install_hack; extern int alt_grab; |