[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#284855: Fix: start in windowed mode at 640x480 window size



tags 284855 + patch
thanks

Hello,

the attached fix will make the game start in windowed mode by default. This
should get rid of the problem that you describe. Changing the window size
from 800x600 to 640x480 was done to also prevent problems on 800x600
displays.

I'm in the process of adopting the billard-gl package, and provided
everything goes right, this fix will be included in the next release.

Thierry
diff -Nur billard-gl-1.75.orig/src/KommandoZeilenParameter.cpp billard-gl-1.75/src/KommandoZeilenParameter.cpp
--- billard-gl-1.75.orig/src/KommandoZeilenParameter.cpp	2002-04-23 18:04:13.000000000 +0200
+++ billard-gl-1.75/src/KommandoZeilenParameter.cpp	2005-01-22 12:42:31.000000000 +0100
@@ -144,7 +144,7 @@
   BandenFaktor         = 0.4;
   KollisionsFaktor     = 0.95;
   ZBufferLoeschen      = 1;
-  BildschirmAufloesung = 800;
+  BildschirmAufloesung = 640;
   Farbtiefe            = 16;
   Reflektionen         = 0;
   Sprache              = 0;
@@ -154,7 +154,7 @@
   TischLampen          = 2;
   GrueneLampe          = 0;
 
-  FullScreen           = 1;
+  FullScreen           = 0;
 
   EffektLautstaerke    = .5;
   MusikLautstaerke     = .5;

Attachment: signature.asc
Description: Digital signature


Reply to: