Changeset 186 for smplayer/vendor/current/src/prefgeneral.h
- Timestamp:
- Jan 24, 2017, 12:24:46 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/prefgeneral.h
r179 r186 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 6Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2017 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 25 25 #include "deviceinfo.h" 26 26 #include "preferences.h" 27 28 #ifdef Q_OS_WIN29 #define USE_DSOUND_DEVICES 130 #else31 #define USE_ALSA_DEVICES 132 #define USE_XV_ADAPTORS 133 #endif34 27 35 28 #ifdef Q_OS_OS2 … … 134 127 #endif 135 128 129 #ifdef ADD_BLACKBORDERS_FS 136 130 void setBlackbordersOnFullscreen(bool b); 137 131 bool blackbordersOnFullscreen(); 132 #endif 138 133 139 134 void setAutoq(int n); … … 219 214 DeviceList alsa_devices; 220 215 #endif 216 #if USE_MPV_ALSA_DEVICES 217 DeviceList mpv_alsa_devices; 218 #endif 219 #if USE_PULSEAUDIO_DEVICES 220 DeviceList pa_devices; 221 #endif 221 222 #if USE_XV_ADAPTORS 222 223 DeviceList xv_adaptors;
Note:
See TracChangeset
for help on using the changeset viewer.