summaryrefslogtreecommitdiff
path: root/src/smplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smplayer.h')
-rw-r--r--src/smplayer.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/smplayer.h b/src/smplayer.h
index b20d369..811f6a1 100644
--- a/src/smplayer.h
+++ b/src/smplayer.h
@@ -1,5 +1,5 @@
/* smplayer, GUI front-end for mplayer.
- Copyright (C) 2006-2009 Ricardo Villalba <rvm@escomposlinux.org>
+ Copyright (C) 2006-2010 Ricardo Villalba <rvm@escomposlinux.org>
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
@@ -58,6 +58,10 @@ private:
bool resize_gui;
QSize gui_size;
+
+ // Options to pass to gui
+ int close_at_end; // -1 = not set, 1 = true, 0 false
+ int start_in_fullscreen; // -1 = not set, 1 = true, 0 false
};
#endif