1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-08 03:45:29 +03:00
openwrt-packages/bard/patches/0002-disable-mouse.patch

28 lines
639 B
Diff
Raw Normal View History

2012-03-09 10:33:10 +02:00
From b296cf18278529fdcf820e79fe52ab1a27a19917 Mon Sep 17 00:00:00 2001
2012-01-30 03:59:45 +02:00
From: Xiangfu <xiangfu@openmobilefree.net>
2012-03-09 10:33:10 +02:00
Date: Fri, 9 Mar 2012 16:31:55 +0800
2012-01-30 03:59:45 +02:00
Subject: [PATCH 2/2] disable-mouse
---
src/display.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/display.c b/src/display.c
2012-03-09 10:33:10 +02:00
index c2e4d56..dddd9f0 100644
2012-01-30 03:59:45 +02:00
--- a/src/display.c
+++ b/src/display.c
2012-03-09 10:33:10 +02:00
@@ -114,6 +114,10 @@ bard_display *bard_display_open(cst_features *config)
/* unless you move it */
SDL_ShowCursor(SDL_DISABLE);
2012-01-30 03:59:45 +02:00
+#ifdef BARD_TARGET_BEN_NANONOTE
+ SDL_ShowCursor(SDL_DISABLE);
+#endif
+
return display;
}
--
1.7.5.4