mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-01 21:02:27 +02:00
25 lines
712 B
Diff
25 lines
712 B
Diff
From b296cf18278529fdcf820e79fe52ab1a27a19917 Mon Sep 17 00:00:00 2001
|
|
From: Xiangfu <xiangfu@openmobilefree.net>
|
|
Date: Fri, 9 Mar 2012 16:31:55 +0800
|
|
Subject: [PATCH 2/2] disable-mouse
|
|
|
|
---
|
|
src/display.c | 4 ++++
|
|
1 files changed, 4 insertions(+), 0 deletions(-)
|
|
|
|
Index: bard-0.7-current/src/display.c
|
|
===================================================================
|
|
--- bard-0.7-current.orig/src/display.c 2012-03-22 03:13:47.146200911 +0100
|
|
+++ bard-0.7-current/src/display.c 2012-03-22 03:14:52.574435005 +0100
|
|
@@ -114,6 +114,10 @@
|
|
/* unless you move it */
|
|
SDL_ShowCursor(SDL_DISABLE);
|
|
|
|
+#ifdef BARD_TARGET_BEN_NANONOTE
|
|
+ SDL_ShowCursor(SDL_DISABLE);
|
|
+#endif
|
|
+
|
|
return display;
|
|
}
|
|
|