aboutsummaryrefslogtreecommitdiff
path: root/gui/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/options.h')
-rw-r--r--gui/options.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gui/options.h b/gui/options.h
index 9a68f16ca0..107c903c2f 100644
--- a/gui/options.h
+++ b/gui/options.h
@@ -56,10 +56,10 @@ protected:
ButtonWidget *_soundFontButton;
StaticTextWidget *_soundFont;
- int addGraphicControls(GuiObject *boss, int yoffset);
- int addAudioControls(GuiObject *boss, int yoffset);
- int addMIDIControls(GuiObject *boss, int yoffset);
- int addVolumeControls(GuiObject *boss, int yoffset);
+ int addGraphicControls(GuiObject *boss, int yoffset, WidgetSize ws);
+ int addAudioControls(GuiObject *boss, int yoffset, WidgetSize ws);
+ int addMIDIControls(GuiObject *boss, int yoffset, WidgetSize ws);
+ int addVolumeControls(GuiObject *boss, int yoffset, WidgetSize ws);
void setGraphicSettingsState(bool enabled);
void setAudioSettingsState(bool enabled);