Jiří Brožovský wrote:
Dear Alan,

The new version is very nice, many thanks!

Can you please disable the mouse cursor?
It should be possible with SDL_ShowCursor(SDL_DISABLE);


Hi Jiri,

Good idea. I've only done it for the Nanonote (I like having the cursor on the desktop -- though it would be good if it faded after inactivity). But for the Nanonote the cursor isn't relevant. I enclose the simple patch.

thanks

Alan

*** bard-0.6-current/src/display.c      Thu Jan 26 07:29:55 2012
--- bard-0.7-current/src/display.c      Sun Jan 29 11:28:45 2012
***************
*** 107,112 ****
--- 107,116 ----
          return NULL;
      }

+ #ifdef BARD_TARGET_BEN_NANONOTE
+     SDL_ShowCursor(SDL_DISABLE);
+ #endif
+
      return display;
  }


Jiri Brozovsky


Bard Storyteller 0.6
http://festvox.org/bard/

_______________________________________________
Qi Hardware Discussion List
Mail to list (members only): [email protected]
Subscribe or Unsubscribe: 
http://lists.en.qi-hardware.com/mailman/listinfo/discussion


_______________________________________________
Qi Hardware Discussion List
Mail to list (members only): [email protected]
Subscribe or Unsubscribe: 
http://lists.en.qi-hardware.com/mailman/listinfo/discussion

Reply via email to