vlc | branch: master | Ludovic Fauvet <[email protected]> | Thu Feb 7 19:54:58 2013 +0100| [8775d0d7f1f529e57a81234edfb07fce4a8e7a73] | committer: Jean-Baptiste Kempf
Gestures: use left button, by default Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8775d0d7f1f529e57a81234edfb07fce4a8e7a73 --- modules/control/gestures.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/control/gestures.c b/modules/control/gestures.c index f67beb0..53e440c 100644 --- a/modules/control/gestures.c +++ b/modules/control/gestures.c @@ -76,11 +76,7 @@ static void Close ( vlc_object_t * ); #define BUTTON_LONGTEXT N_( \ "Trigger button for mouse gestures." ) -#if defined (HAVE_MAEMO) -# define BUTTON_DEFAULT "left" -#else -# define BUTTON_DEFAULT "right" -#endif +#define BUTTON_DEFAULT "left" static const char *const button_list[] = { "left", "middle", "right" }; static const char *const button_list_text[] = _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
