Tang

I've just surprised myself by figuring out how to remove cursor - I
tried 2 things and they both worked.

File - /src/jive_framework.c

First I changed #define POINTER_TIMEOUT 20000 to #define POINTER_TIMEOUT
0
Deleted the jive_framework.o file
make PREFIX=/usr

Reboot

As hoped, this reduced the timeout to almost instant... but it was still
there briefly.

Next, again in jive_framework.c

Change SDL_ShowCursor(SDL_ENABLE) to SDL_ShowCursor(SDL_DISABLE)
Deleted the jive_framework.o file
make PREFIX=/usr

Reboot

Success!  To cut a long story short, just change
SDL_ShowCursor(SDL_ENABLE) to SDL_ShowCursor(SDL_DISABLE)


------------------------------------------------------------------------
Ted99's Profile: http://forums.slimdevices.com/member.php?userid=63953
View this thread: http://forums.slimdevices.com/showthread.php?t=98156

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to