mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-18 17:40:39 +01:00
hw/xwin: Fix redundant declaration in winclipboardthread.c
winclipboardthread.c:51:22: error: redundant redeclaration of ‘serverGeneration’ ../../include/misc.h:362:22: note: previous declaration of ‘serverGeneration’ was here winclipboardthread.c: In function ‘winClipboardProc’: Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
This commit is contained in:
parent
4a1da00c49
commit
0975fa0b39
1 changed files with 0 additions and 1 deletions
|
|
@ -47,7 +47,6 @@
|
|||
*/
|
||||
|
||||
extern Bool g_fUnicodeClipboard;
|
||||
extern unsigned long serverGeneration;
|
||||
extern Bool g_fClipboardStarted;
|
||||
extern Bool g_fClipboardLaunched;
|
||||
extern Bool g_fClipboard;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue