summaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-01-02 16:14:25 +0100
committerjcid <devnull@localhost>2008-01-02 16:14:25 +0100
commitb18814008a610f87de33c4f4394f4c4cb5f566a2 (patch)
tree0c38f4023ad894ff4396c39964af12801d6f1c0b /src/ui.cc
parentf5ee910658b12a930379631f0bd55ce781441878 (diff)
+ - Enabled fullscreen and start_page in preferences (dillorc2).
Diffstat (limited to 'src/ui.cc')
-rw-r--r--src/ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.cc b/src/ui.cc
index bc1cdbbf..6689fafc 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -603,7 +603,7 @@ UI::UI(int win_w, int win_h, const char* label, const UI *cur_ui) :
PanelSize = prefs.panel_size;
Small_Icons = prefs.small_icons;
CuteColor = 206;
- Fullscreen = false;
+ Fullscreen = prefs.fullwindow_start;
}