freesci-develop
[Top][All Lists]
Advanced

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

[freesci-develop] r1584 - in freesci/branches/glutton: . src/engine


From: freesci
Subject: [freesci-develop] r1584 - in freesci/branches/glutton: . src/engine
Date: Fri, 24 Nov 2006 23:19:46 +0100

Author: skovmanden
Date: 2006-11-24 23:19:38 +0100 (Fri, 24 Nov 2006)
New Revision: 1584

Modified:
   freesci/branches/glutton/ChangeLog
   freesci/branches/glutton/src/engine/game.c
Log:
Make the picture port selected on game startup. This is a partial fix
for the dreaded off-by-10 bug seen in some places. It does introduce
new bugs, but this has been verified as the correct thing to do. Any
fall-out from this should count as bugs.

Lars



Modified: freesci/branches/glutton/ChangeLog
===================================================================
--- freesci/branches/glutton/ChangeLog  2006-11-11 03:13:38 UTC (rev 1583)
+++ freesci/branches/glutton/ChangeLog  2006-11-24 22:19:38 UTC (rev 1584)
@@ -1,3 +1,7 @@
+2006-11-24  Lars Skovlund  <address@hidden>
+
+       * engine/game.c: Make the picture port selected on startup.
+
 2006-11-11  Lars Skovlund  <address@hidden>
 
        * sfx/gfx/widgets.c (gfxw_make_snapshot): Make sure we include

Modified: freesci/branches/glutton/src/engine/game.c
===================================================================
--- freesci/branches/glutton/src/engine/game.c  2006-11-11 03:13:38 UTC (rev 
1583)
+++ freesci/branches/glutton/src/engine/game.c  2006-11-24 22:19:38 UTC (rev 
1584)
@@ -226,7 +226,7 @@
        s->visual->add(GFXWC(s->visual), GFXW(s->titlebar_port));
        /* Add ports to visual */
 
-       s->port = s->wm_port; /* Currently using the window manager port */
+       s->port = s->picture_port; /* Currently using the picture port */
 
 #if 0
        s->titlebar_port->bgcolor.mask |= GFX_MASK_PRIORITY;





reply via email to

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