[PATCH 4/4] xfixes: disable cursor on X server reset

Frank Binns frank.binns at imgtec.com
Thu Apr 24 03:37:48 PDT 2014


The initial state of the cursor is set to disabled but this was
never be re-disabled during X server reset. This meant any
application run after an X server reset would have the cursor
displayed even if it hadn't requested this to be the case.

Signed-off-by: Frank Binns <frank.binns at imgtec.com>
---
 xfixes/cursor.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/xfixes/cursor.c b/xfixes/cursor.c
index 2c4b57c..31a408f 100644
--- a/xfixes/cursor.c
+++ b/xfixes/cursor.c
@@ -1056,6 +1056,8 @@ XFixesCursorInit(void)
 
     if (party_like_its_1989)
         CursorVisible = EnableCursor;
+    else
+        CursorVisible = FALSE;
 
     if (!dixRegisterPrivateKey(&CursorScreenPrivateKeyRec, PRIVATE_SCREEN, 0))
         return FALSE;
-- 
1.8.5.4.gfdaaaa2



More information about the xorg-devel mailing list