Changeset 119 for smplayer/trunk/src/prefgeneral.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/prefgeneral.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 … … 122 122 #endif 123 123 124 #ifndef Q_OS_WIN125 void setDisableFiltersWithVdpau(bool b);126 bool disableFiltersWithVdpau();127 #endif128 129 124 void setBlackbordersOnFullscreen(bool b); 130 125 bool blackbordersOnFullscreen(); … … 190 185 void vo_combo_changed(int); 191 186 void ao_combo_changed(int); 187 188 #ifndef Q_OS_WIN 189 void on_vdpau_button_clicked(); 190 #endif 192 191 193 192 protected: … … 211 210 private: 212 211 bool filesettings_method_changed; 212 213 #ifndef Q_OS_WIN 214 struct Preferences::VDPAU_settings vdpau; 215 #endif 216 213 217 }; 214 218
Note:
See TracChangeset
for help on using the changeset viewer.