Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
9c1758ae
Commit
9c1758ae
authored
Mar 01, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4 - SimplePrefs : Simple Fix to simple Problem. Should repair Win32 breakage. So sorry.
parent
220ff7f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+9
-8
No files found.
modules/gui/qt4/components/simple_preferences.cpp
View file @
9c1758ae
...
...
@@ -136,7 +136,8 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
#ifdef WIN32
CONFIG_GENERIC
(
"directx-wallpaper"
,
Bool
,
NULL
,
wallpaperMode
);
// CONFIG_GENERIC( "directx-device", String, NULL, dXdisplayDevice );
CONFIG_GENERIC
(
"directx-device"
,
StringList
,
NULL
,
dXdisplayDevice
);
#endif
CONFIG_GENERIC
(
"snapshot-path"
,
String
,
NULL
,
...
...
@@ -163,19 +164,19 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
CONFIG_GENERIC
(
"volume"
,
IntegerRangeSlider
,
NULL
,
defaultVolume
);
/* CONFIG_GENERIC( "audio-language" , String
, NULL,
preferredAudioLanguage );
*/
//FIXME WHy ?
CONFIG_GENERIC
(
"audio-language"
,
StringList
,
NULL
,
preferredAudioLanguage
);
CONFIG_GENERIC
(
"spdif"
,
Bool
,
NULL
,
spdifBox
);
/* CONFIG_GENERIC( "force-dolby-surround" , Integer
, NULL,
detectionDolby );
*/
CONFIG_GENERIC
(
"force-dolby-surround"
,
IntegerList
,
NULL
,
detectionDolby
);
CONFIG_GENERIC
(
"aout"
,
Module
,
NULL
,
outputModule
);
#ifndef WIN32
/* CONFIG_GENERIC( "alsadev" , String , NULL, alsaDevice );*/
CONFIG_GENERIC
(
"alsadev"
,
StringList
,
NULL
,
alsaDevice
);
CONFIG_GENERIC
(
"dspdev"
,
String
,
NULL
,
OSSDevice
);
//FIXME File
#else
/* CONFIG_GENERIC( "directx-audio-device" , Integer
, NULL,
DirectXDevice );
*/
CONFIG_GENERIC
(
"directx-audio-device"
,
IntegerList
,
NULL
,
DirectXDevice
);
#endif
CONFIG_GENERIC
(
"audiofile-file"
,
String
,
NULL
,
FileName
);
//Fixme File
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment