aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/fbfront.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-02-28 10:21:21 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-02-28 10:21:21 +0000
commite8fcc3571a0938a542ddf7ebc5155da490dc6613 (patch)
tree4566aed17cf65ffc0a2179440b55e121dce8abbc /extras/mini-os/include/fbfront.h
parentfcd8d64078444c08fe103a11e3291bd170182ec2 (diff)
downloadxen-e8fcc3571a0938a542ddf7ebc5155da490dc6613.tar.gz
xen-e8fcc3571a0938a542ddf7ebc5155da490dc6613.tar.bz2
xen-e8fcc3571a0938a542ddf7ebc5155da490dc6613.zip
stubdom: use PVFB so as to e.g. permit SDL display
This adds support in ioemu for PVFB frontend as stubdomain display. This permits for instance to use SDL in dom0 to perform the eventual display. Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Diffstat (limited to 'extras/mini-os/include/fbfront.h')
-rw-r--r--extras/mini-os/include/fbfront.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/mini-os/include/fbfront.h b/extras/mini-os/include/fbfront.h
index 502f0330a2..fa98942e76 100644
--- a/extras/mini-os/include/fbfront.h
+++ b/extras/mini-os/include/fbfront.h
@@ -14,6 +14,9 @@
#ifndef KEY_Q
#define KEY_Q 16
#endif
+#ifndef KEY_MAX
+#define KEY_MAX 0x1ff
+#endif
struct kbdfront_dev;