summaryrefslogtreecommitdiff
path: root/src/screensaver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screensaver.h')
-rw-r--r--src/screensaver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screensaver.h b/src/screensaver.h
index af48d2d..a1312a8 100644
--- a/src/screensaver.h
+++ b/src/screensaver.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
@@ -36,7 +36,7 @@ private:
private:
int lowpower, poweroff, screensaver;
- bool state_saved;
+ bool state_saved, modified;
};
#endif