summaryrefslogtreecommitdiff
path: root/hw/darwin/quartz/quartzKeyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/darwin/quartz/quartzKeyboard.c')
-rw-r--r--hw/darwin/quartz/quartzKeyboard.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/hw/darwin/quartz/quartzKeyboard.c b/hw/darwin/quartz/quartzKeyboard.c
index d6a79b578..d2fe922d3 100644
--- a/hw/darwin/quartz/quartzKeyboard.c
+++ b/hw/darwin/quartz/quartzKeyboard.c
@@ -148,7 +148,7 @@ const static struct {
};
unsigned int
-DarwinSystemKeymapSeed (void)
+DarwinModeSystemKeymapSeed (void)
{
static unsigned int seed;
@@ -373,6 +373,12 @@ DarwinModeReadSystemKeymap (darwinKeyboardInfo *info)
#else /* !HAS_KL_API */
+unsigned int
+DarwinModeSystemKeymapSeed (void)
+{
+ return 0;
+}
+
Bool
DarwinModeReadSystemKeymap (darwinKeyboardInfo *info)
{