Complete.Org: Mailing Lists: Archives: freeciv-dev: December 2004:
[Freeciv-Dev] Re: (PR#11515) Automatically switch to fullscreen?
Home

[Freeciv-Dev] Re: (PR#11515) Automatically switch to fullscreen?

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: illkillyouifyousendmespam@xxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#11515) Automatically switch to fullscreen?
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 14 Dec 2004 22:57:19 -0800
Reply-to: bugs@xxxxxxxxxxx

<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;
 

[Prev in Thread] Current Thread [Next in Thread]