Cygwin/X: Place prototypes for winCheckKeyPressed() and winFixShiftKeys() in a header file

Fixes warnings as they are now in scope at the definition

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
Jon TURNEY 2009-01-19 17:36:58 +00:00
parent cc7a4c7c6e
commit ab2c98b86f
2 changed files with 5 additions and 4 deletions

View File

@ -957,6 +957,11 @@ winKeybdReleaseKeys (void);
void
winSendKeyEvent (DWORD dwKey, Bool fDown);
BOOL
winCheckKeyPressed(WPARAM wParam, LPARAM lParam);
void
winFixShiftKeys (int iScanCode);
/*
* winkeyhook.c

View File

@ -42,10 +42,6 @@
#include "winmsg.h"
#include "inputstr.h"
extern BOOL winCheckKeyPressed(WPARAM wParam, LPARAM lParam);
extern void winFixShiftKeys (int iScanCode);
/*
* Global variables
*/