summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2013-04-04 19:12:35 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2013-04-08 14:19:37 +0100
commitc9ede1b9d4b73f43659754a4eda4c070291677c0 (patch)
tree8036c11cb41bd9c61540822f5eba74975ca610f7
parent7cad35342a2750f3356c5fa5b5a3772f01bcea6e (diff)
Fix implicit-function-declaration warnings by including wmutil/keyboard.h where needed
This is a follow-up patch to "Move keyboard event utility functions to wmutil library"
-rw-r--r--hw/xwin/winmultiwindowwndproc.c1
-rw-r--r--hw/xwin/winwin32rootlesswndproc.c1
-rw-r--r--hw/xwin/winwndproc.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/hw/xwin/winmultiwindowwndproc.c b/hw/xwin/winmultiwindowwndproc.c
index e422ddf16..502292d10 100644
--- a/hw/xwin/winmultiwindowwndproc.c
+++ b/hw/xwin/winmultiwindowwndproc.c
@@ -41,6 +41,7 @@
#include "winprefs.h"
#include "winmsg.h"
#include "inputstr.h"
+#include "wmutil/keyboard.h"
extern void winUpdateWindowPosition(HWND hWnd, HWND * zstyle);
diff --git a/hw/xwin/winwin32rootlesswndproc.c b/hw/xwin/winwin32rootlesswndproc.c
index be2958338..abb37fc45 100644
--- a/hw/xwin/winwin32rootlesswndproc.c
+++ b/hw/xwin/winwin32rootlesswndproc.c
@@ -42,6 +42,7 @@
#include "winmultiwindowclass.h"
#include "winmsg.h"
#include "inputstr.h"
+#include "wmutil/keyboard.h"
/*
* Constant defines
diff --git a/hw/xwin/winwndproc.c b/hw/xwin/winwndproc.c
index 906055fd4..16bacd9ce 100644
--- a/hw/xwin/winwndproc.c
+++ b/hw/xwin/winwndproc.c
@@ -43,6 +43,7 @@
#include "winmonitors.h"
#include "inputstr.h"
#include "wmutil/mouse.h"
+#include "wmutil/keyboard.h"
/*
* Global variables