[vlc-devel] [PATCH 14/23] Maemo: use left button for gestures
Rémi Denis-Courmont
remi at remlab.net
Sat Oct 3 19:52:21 CEST 2009
Maemo devices only have left buttons (touch screen).
---
modules/control/gestures.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/control/gestures.c b/modules/control/gestures.c
index c4ab6c7..af2fa74 100644
--- a/modules/control/gestures.c
+++ b/modules/control/gestures.c
@@ -96,7 +96,7 @@ vlc_module_begin ()
set_subcategory( SUBCAT_INTERFACE_CONTROL )
add_integer( "gestures-threshold", 30, NULL,
THRESHOLD_TEXT, THRESHOLD_LONGTEXT, true )
- add_string( "gestures-button", "right", NULL,
+ add_string( "gestures-button", "left", NULL,
BUTTON_TEXT, BUTTON_LONGTEXT, false )
change_string_list( button_list, button_list_text, 0 )
set_description( N_("Mouse gestures control interface") )
--
1.6.4.3
More information about the vlc-devel
mailing list