paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/src/draw draw.cpp,1.1.2.1,1.1.2.2


From: Teunis Peters <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/draw draw.cpp,1.1.2.1,1.1.2.2
Date: Thu, 20 Jun 2002 03:05:02 -0400

Update of /cvsroot/paragui/paragui/src/draw
In directory subversions:/tmp/cvs-serv17814/src/draw

Modified Files:
      Tag: devel-opengl
        draw.cpp 
Log Message:
update to pgfont for workaround for broken freetype (FT_Get_Char_Index may
sometimes return 0 in fonts that normally work)
removed some unnecessary debug code in draw.cpp


Index: draw.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/draw/Attic/draw.cpp,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** draw.cpp    18 Jun 2002 22:40:38 -0000      1.1.2.1
--- draw.cpp    20 Jun 2002 07:05:00 -0000      1.1.2.2
***************
*** 207,211 ****
  
  PG_Draw::PG_DrawableSurface* PG_Draw::PG_Draw::CreateDrawableSurface(int 
width, int height) {
!   fprintf(stderr, "%s:%s:%i %i,%i\n", __FILE__, __FUNCTION__, __LINE__, 
width, height);
  #if 1
    PG_DrawableSurface* surf;
--- 207,211 ----
  
  PG_Draw::PG_DrawableSurface* PG_Draw::PG_Draw::CreateDrawableSurface(int 
width, int height) {
!   //  fprintf(stderr, "%s:%s:%i %i,%i\n", __FILE__, __FUNCTION__, __LINE__, 
width, height);
  #if 1
    PG_DrawableSurface* surf;




reply via email to

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