[openfirmware] r1094 - cpu/x86/pc/olpc

svn at openfirmware.info svn at openfirmware.info
Thu Jan 29 18:03:01 CET 2009


Author: wmb
Date: 2009-01-29 18:03:01 +0100 (Thu, 29 Jan 2009)
New Revision: 1094

Modified:
   cpu/x86/pc/olpc/gui.fth
Log:
OLPC GUI - fixed a minor icon layout problem


Modified: cpu/x86/pc/olpc/gui.fth
===================================================================
--- cpu/x86/pc/olpc/gui.fth	2009-01-28 23:24:58 UTC (rev 1093)
+++ cpu/x86/pc/olpc/gui.fth	2009-01-29 17:03:01 UTC (rev 1094)
@@ -442,9 +442,9 @@
 : show-dev-icon  ( devname$ -- )
    next-icon-xy                               ( devname$ x y )
    2dup to icon-xy                            ( devname$ x y )
-   2dup image-width 0 d+  to next-icon-xy     ( devname$ x y )
    d# 5 d# 77 d+  to next-dot-xy              ( devname$ )
    show-icon                                  ( )
+   next-icon-xy image-width 0 d+  to next-icon-xy  ( devname$ x y )
 ;
 
 : linux-hook-unfreeze




More information about the openfirmware mailing list