do not call kernel_ReShowCursor for compositing schema

This commit is contained in:
Vincent Wei
2020-02-11 23:59:53 +08:00
parent 084babc389
commit 7635e41d25
+2 -3
View File
@@ -352,10 +352,9 @@ BOOL server_IdleHandler4Server (PMSGQUEUE msg_queue)
esetptr = &eset;
}
#if defined (_MGHAVE_CURSOR)
#if defined (_MGHAVE_CURSOR) && defined (_MGSCHEMA_SHAREDFB)
/* if the cursor has been hide by GDI function of clients
* this call will show the cursor
*/
* this call will re-show the cursor */
kernel_ReShowCursor ();
#endif