adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: adonthell/src joltest.cc,1.1.2.14,1.1.2.15


From: VENNIN Joel <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src joltest.cc,1.1.2.14,1.1.2.15
Date: Wed, 05 Mar 2003 05:33:46 -0500

Update of /cvsroot/adonthell/adonthell/src
In directory subversions:/tmp/cvs-serv1671

Modified Files:
      Tag: Branch_road_to_0-4
        joltest.cc 
Log Message:
Correct the font position (there is always bugs) and the backspace ...



Index: joltest.cc
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/Attic/joltest.cc,v
retrieving revision 1.1.2.14
retrieving revision 1.1.2.15
diff -C2 -r1.1.2.14 -r1.1.2.15
*** joltest.cc  5 Mar 2003 01:09:26 -0000       1.1.2.14
--- joltest.cc  5 Mar 2003 10:33:43 -0000       1.1.2.15
***************
*** 33,36 ****
--- 33,37 ----
      }
    font.set_size (16);
+   font.set_color (255, 255, 255);
    font.build ();
    font.info ();
***************
*** 41,48 ****
    l.set_ttf (font);
   
!   l.set_text (L"Le chien est partie");
    
-   s_int32 c;
- 
    while ( !input::is_pushed (SDLK_ESCAPE))
      {
--- 42,47 ----
    l.set_ttf (font);
   
!   l.set_text (L"address@hidden");
    
    while ( !input::is_pushed (SDLK_ESCAPE))
      {





reply via email to

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