summaryrefslogtreecommitdiff
path: root/src/preferences.h
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2013-03-29 20:34:22 +0100
committerReinhard Tartler <siretart@tauware.de>2013-03-29 20:34:22 +0100
commit228d763f5a95a2575a18e03e0ea77555106023c4 (patch)
tree1eb49f0c372de4eef020e4c7e1716248622a7f0b /src/preferences.h
parent038de1a143b9775f37d4848f52c59af7cee66e36 (diff)
Imported Upstream version 0.8.4
Diffstat (limited to 'src/preferences.h')
-rw-r--r--src/preferences.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/preferences.h b/src/preferences.h
index 9335f54..bf99af6 100644
--- a/src/preferences.h
+++ b/src/preferences.h
@@ -1,5 +1,5 @@
/* smplayer, GUI front-end for mplayer.
- Copyright (C) 2006-2012 Ricardo Villalba <rvm@users.sourceforge.net>
+ Copyright (C) 2006-2013 Ricardo Villalba <rvm@users.sourceforge.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -314,6 +314,8 @@ public:
QString style; //!< SMPlayer look
#endif
+ bool move_when_dragging; //!< Move the main window when the video area is dragged
+
// Function of mouse buttons:
QString mouse_left_click_function;
QString mouse_right_click_function;
@@ -344,6 +346,8 @@ public:
#endif
bool precise_seeking; //! Enable precise_seeking (only available with mplayer2)
+ bool reset_stop; //! Pressing the stop button resets the position
+
QString language;
QString iconset;