Changeset 118 for smplayer/vendor/current/src/prefgeneral.h
- Timestamp:
- Dec 22, 2011, 6:27:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/prefgeneral.h
r90 r118 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 … … 33 33 #endif 34 34 35 #ifdef Q_OS_OS2 36 #define MPLAYER_KAI_VERSION 30994 37 #endif 38 35 39 class PrefGeneral : public PrefWidget, public Ui::PrefGeneral 36 40 { … … 107 111 bool startInFullscreen(); 108 112 109 #if def Q_OS_WIN113 #if defined(Q_OS_WIN) || defined(Q_OS_OS2) 110 114 void setAvoidScreensaver(bool b); 111 115 bool avoidScreensaver(); … … 118 122 #endif 119 123 120 #ifndef Q_OS_WIN121 void setDisableFiltersWithVdpau(bool b);122 bool disableFiltersWithVdpau();123 #endif124 125 124 void setBlackbordersOnFullscreen(bool b); 126 125 bool blackbordersOnFullscreen(); … … 186 185 void vo_combo_changed(int); 187 186 void ao_combo_changed(int); 187 188 #ifndef Q_OS_WIN 189 void on_vdpau_button_clicked(); 190 #endif 188 191 189 192 protected: … … 207 210 private: 208 211 bool filesettings_method_changed; 212 213 #ifndef Q_OS_WIN 214 struct Preferences::VDPAU_settings vdpau; 215 #endif 216 209 217 }; 210 218
Note:
See TracChangeset
for help on using the changeset viewer.