From b18814008a610f87de33c4f4394f4c4cb5f566a2 Mon Sep 17 00:00:00 2001 From: jcid Date: Wed, 2 Jan 2008 16:14:25 +0100 Subject: + - Enabled fullscreen and start_page in preferences (dillorc2). --- src/ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui.cc') 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; } -- cgit v1.2.3