[Freeciv-Dev] Re: (PR#11515) Automatically switch to fullscreen?
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=11515 >
Christian Knoke wrote:
> We've had several complaints about that so far. Also, fullscreen is still
> not working perfectly. I think we should disable fullscreen in the factory
> settings.
Index: client/gui-gtk-2.0/gui_main.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/gui-gtk-2.0/gui_main.c,v
retrieving revision 1.98
diff -u -r1.98 gui_main.c
--- client/gui-gtk-2.0/gui_main.c 7 Dec 2004 22:38:59 -0000 1.98
+++ client/gui-gtk-2.0/gui_main.c 15 Dec 2004 06:56:44 -0000
@@ -83,7 +83,7 @@
int overview_canvas_store_width = 2 * 80;
int overview_canvas_store_height = 2 * 50;
-bool fullscreen_mode = TRUE;
+bool fullscreen_mode = FALSE;
bool enable_tabs = TRUE;
bool solid_unit_icon_bg = FALSE;
|
|