public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-simulation/gl117/files: gl117-1.3.2-mode.patch
@ 2011-10-15 20:14 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2011-10-15 20:14 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/10/15 20:14:04

  Added:                gl117-1.3.2-mode.patch
  Log:
  turn down default video mode to avoid problems on smaller screens (bug #327965) with patch from Nick White
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.1                  games-simulation/gl117/files/gl117-1.3.2-mode.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/gl117/files/gl117-1.3.2-mode.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/gl117/files/gl117-1.3.2-mode.patch?rev=1.1&content-type=text/plain

Index: gl117-1.3.2-mode.patch
===================================================================
--- src/main.cpp.orig	2010-07-13 09:35:18.374122609 +0100
+++ src/main.cpp	2010-07-13 09:35:45.334955120 +0100
@@ -71,8 +71,7 @@ int mode = 0;
 
 // pre-defined screen resolutions (x, y, bpp, fullscreen)
 int resolution [4] [4] =
-        { { 1024, 768, 32, 1 },
-          { 800, 600, 32, 1 },
+        { { 800, 600, 32, 1 },
           { 640, 480, 32, 1 },
           { 640, 480, 32, 0 } };
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-15 20:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-15 20:14 [gentoo-commits] gentoo-x86 commit in games-simulation/gl117/files: gl117-1.3.2-mode.patch Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox