]> git.sur5r.net Git - cc65/commitdiff
PutDecimal takes unsigned int as decimal parameter
authorizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 17 Aug 2003 14:54:15 +0000 (14:54 +0000)
committerizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 17 Aug 2003 14:54:15 +0000 (14:54 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2350 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/geos.sgml
include/geos/ggraph.h
libsrc/geos/graph/putdecimal.s

index 0508fe08fb5272c3070e8dee48afbf30d76e699c..67ee5ccf05600d3791dbc1aa85776c0d9d53b0df 100644 (file)
@@ -340,7 +340,7 @@ See <tt/ggraph.h/ for list of tokens that you can also place in the string - lik
 
 <sect3>PutDecimal
 <p>
-<tt/void PutDecimal (char parameter, int value, char y, unsigned x)/
+<tt/void PutDecimal (char parameter, unsigned value, char y, unsigned x)/
 <p>
 This function converts <tt/value/ to its decimal representation and outputs it to the screen.
 The <tt/parameter/ is the field width in pixels (range 1-31) and mode bits. Depending on them
index bd7e5f3e29af1873295e0be7f384e639a4dc2247..70c7006b0ad26da9b9fbe83cc076fb338b885cb3 100644 (file)
@@ -37,7 +37,7 @@ char __fastcall__ TestPoint(struct pixel *myPixel);
 
 void __fastcall__ PutChar(char character, char y, unsigned x);
 void __fastcall__ PutString(char *myString, char y, unsigned x);
-void __fastcall__ PutDecimal(char style, int value, char y, unsigned x);
+void __fastcall__ PutDecimal(char style, unsigned value, char y, unsigned x);
 
 char __fastcall__ GetCharWidth(char character);
 void __fastcall__ LoadCharSet(struct fontdesc *myFont);
index 77e0ed2edeb11bcbbbd73c524f05d169a57f7e60..587219a256960d5a911c152878e52f9eb95904d2 100644 (file)
@@ -1,10 +1,10 @@
 
 ;
-; Maciej 'YTM/Alliance' Witkowiak
+; Maciej 'YTM/Elysium' Witkowiak
 ;
-; 30.10.99
+; 30.10.99, 17.8.2003
 
-; void PutDecimal         (char style, int value, char y, int x);
+; void PutDecimal         (char style, unsigned value, char y, int x);
 
            .import popa, popax
            .import getintcharint