mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -957,6 +957,11 @@ winKeybdReleaseKeys (void);
|
||||
void
|
||||
winSendKeyEvent (DWORD dwKey, Bool fDown);
|
||||
|
||||
BOOL
|
||||
winCheckKeyPressed(WPARAM wParam, LPARAM lParam);
|
||||
|
||||
void
|
||||
winFixShiftKeys (int iScanCode);
|
||||
|
||||
/*
|
||||
* winkeyhook.c
|
||||
|
||||
@@ -42,10 +42,6 @@
|
||||
#include "winmsg.h"
|
||||
#include "inputstr.h"
|
||||
|
||||
extern BOOL winCheckKeyPressed(WPARAM wParam, LPARAM lParam);
|
||||
extern void winFixShiftKeys (int iScanCode);
|
||||
|
||||
|
||||
/*
|
||||
* Global variables
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user