Changeset 119 for smplayer/trunk/src/screensaver.h
- Timestamp:
- Dec 27, 2011, 5:44:12 PM (14 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
-
Property svn:mergeinfo
set to
/smplayer/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
smplayer/trunk/src/screensaver.h
r112 r119 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 0Ricardo Villalba <rvm@escomposlinux.org>2 Copyright (C) 2006-2011 Ricardo Villalba <rvm@escomposlinux.org> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 39 39 void restoreState(); 40 40 #ifdef Q_OS_OS2 41 41 void unload(); 42 42 #endif 43 43 … … 46 46 int lowpower, poweroff, screensaver; 47 47 #else 48 49 50 51 48 QLibrary *SSaver; 49 typedef int (*FuncPtr) (void); 50 FuncPtr SSCore_TempDisable; 51 FuncPtr SSCore_TempEnable; 52 52 #endif 53 53 bool state_saved, modified;
Note:
See TracChangeset
for help on using the changeset viewer.