From a8325c89d17656579ecd6538b291bae8b096977c Mon Sep 17 00:00:00 2001 From: neil Date: Thu, 22 Dec 2016 15:09:08 +0000 Subject: [PATCH] I accidentally left the hardware cursor feature disabled. Now enabled. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@53090 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/all-hosted/hidd/x11/x11.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/all-hosted/hidd/x11/x11.h b/arch/all-hosted/hidd/x11/x11.h index 9179141cf1..25fb7fd381 100644 --- a/arch/all-hosted/hidd/x11/x11.h +++ b/arch/all-hosted/hidd/x11/x11.h @@ -30,7 +30,7 @@ typedef struct _XVisualInfo XVisualInfo; // Used only as pointer /****************************************************************************************/ #define USE_X11_DRAWFUNCS 1 -#define X11SOFTMOUSE 1 /* Use software mouse sprite */ +#define X11SOFTMOUSE 0 /* Use software mouse sprite */ #define ADJUST_XWIN_SIZE 1 /* Resize the xwindow to the size of the actual visible screen */ /****************************************************************************************/ -- 2.11.4.GIT