Magellan Linux

Annotation of /trunk/tigervnc/patches/tigervnc-1.10.0-xorg-server-1.20.7-ddxInputThreadInit.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3534 - (hide annotations) (download)
Wed Jul 8 08:27:10 2020 UTC (3 years, 10 months ago) by niro
File size: 545 byte(s)
-fixes ftbfs with >=xorg-server-1.20.7
1 niro 3534 diff -u -p -r tigervnc-1.10.0.old/unix/xserver/hw/vnc/xvnc.c tigervnc-1.10.0/unix/xserver/hw/vnc/xvnc.c
2     --- tigervnc-1.10.0.old/unix/xserver/hw/vnc/xvnc.c 2020-01-15 11:19:19.486731848 +0000
3     +++ tigervnc-1.10.0/unix/xserver/hw/vnc/xvnc.c 2020-01-15 11:37:33.275445409 +0000
4     @@ -295,6 +295,15 @@ void ddxBeforeReset(void)
5     }
6     #endif
7    
8     +#if INPUTTHREAD
9     +/** This function is called in Xserver/os/inputthread.c when starting
10     + the input thread. */
11     +void
12     +ddxInputThreadInit(void)
13     +{
14     +}
15     +#endif
16     +
17     void ddxUseMsg(void)
18     {
19     vncPrintBanner();
20