mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 08:48:01 +02:00
Xming: Fix prototype for winProcessXEventsTimeout() in clipboard integration code
Function 'winProcessXEventsTimeout()' is declared 'static Bool' and defined 'static int' (correct) in 'winclipboardwndproc.c'. This has been wrong since dot, but luckily was of no significance Copyright (C) Colin Harrison 2005-2008 http://www.straightrunning.com/XmingNotes/ http://sourceforge.net/projects/xming/ Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
parent
d8bae80305
commit
d54d24dd5f
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ extern HWND g_hwndClipboard;
|
|||
* Local function prototypes
|
||||
*/
|
||||
|
||||
static Bool
|
||||
static int
|
||||
winProcessXEventsTimeout (HWND hwnd, int iWindow, Display *pDisplay,
|
||||
Bool fUseUnicode, int iTimeoutSec);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue