commit | 3abc7d44920f72f4e9df45011347739ade4e17c4 | [log] [tgz] |
---|---|---|
author | Peter Åstrand (astrand) <astrand@cendio.se> | Wed Oct 11 15:12:10 2017 +0200 |
committer | Peter Åstrand (astrand) <astrand@cendio.se> | Wed Nov 08 10:40:13 2017 +0100 |
tree | 177fe2497f4423898b8b277c5ad7c2d5834dbd88 | |
parent | e2c3b60f32d63590fb17be5342586177b5e72147 [diff] [blame] |
Set the correct cursor when starting XFixes only reports cursor changes. We must manually call XFixesGetCursorImage() when starting.
diff --git a/unix/x0vncserver/XDesktop.h b/unix/x0vncserver/XDesktop.h index cc513a0..bc0648c 100644 --- a/unix/x0vncserver/XDesktop.h +++ b/unix/x0vncserver/XDesktop.h
@@ -74,6 +74,7 @@ unsigned ledState; const unsigned short *codeMap; unsigned codeMapLen; + bool setCursor(); }; #endif // __XDESKTOP_H__