diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-04 07:22:29 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-04 07:22:29 +0000 |
commit | 2bfdab638a463da3e3a7d399b3bf3162f4ed08df (patch) | |
tree | 251629104153cab9cd64eeb4fed3c3c7f9cce40f /sysemu.h | |
parent | 3b3fb32229c3dae1f399e3ebf45a6553c6824e07 (diff) | |
download | qemu-2bfdab638a463da3e3a7d399b3bf3162f4ed08df.zip |
Move nographic export to sysemu.h
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5414 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'sysemu.h')
-rw-r--r-- | sysemu.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |