paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/include Makefile.am,1.6.2.4,1.6.2.5 pgdraw.h,


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include Makefile.am,1.6.2.4,1.6.2.5 pgdraw.h,1.4.2.6,1.4.2.7
Date: Wed, 30 Oct 2002 15:15:49 -0500

Update of /cvsroot/paragui/paragui/include
In directory subversions:/tmp/cvs-serv29364/include

Modified Files:
      Tag: devel-opengl
        Makefile.am pgdraw.h 
Log Message:
- GCC 3.2 compilation fixes
- updated physfs



Index: Makefile.am
===================================================================
RCS file: /cvsroot/paragui/paragui/include/Makefile.am,v
retrieving revision 1.6.2.4
retrieving revision 1.6.2.5
diff -C2 -r1.6.2.4 -r1.6.2.5
*** Makefile.am 30 Oct 2002 17:36:28 -0000      1.6.2.4
--- Makefile.am 30 Oct 2002 20:15:17 -0000      1.6.2.5
***************
*** 60,64 ****
        pgxmltag.h \
        pgattrib.h \
!       pggldraw.h
  
  EXTRA_DIST = \
--- 60,65 ----
        pgxmltag.h \
        pgattrib.h \
!       pggldraw.h \
!       pgdriver.h
  
  EXTRA_DIST = \

Index: pgdraw.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgdraw.h,v
retrieving revision 1.4.2.6
retrieving revision 1.4.2.7
diff -C2 -r1.4.2.6 -r1.4.2.7
*** pgdraw.h    30 Oct 2002 09:16:28 -0000      1.4.2.6
--- pgdraw.h    30 Oct 2002 20:15:17 -0000      1.4.2.7
***************
*** 511,515 ****
     inline PG_DrawableSurface*
       PG_DrawableSurface::ScaleSurface(const PG_Rect &rect,
!                                     bool smooth = true) {
       return ScaleSurface(static_cast<double>(rect.w) / ref->w,
                         static_cast<double>(rect.h) / ref->h, smooth);
--- 511,515 ----
     inline PG_DrawableSurface*
       PG_DrawableSurface::ScaleSurface(const PG_Rect &rect,
!                                     bool smooth) {
       return ScaleSurface(static_cast<double>(rect.w) / ref->w,
                         static_cast<double>(rect.h) / ref->h, smooth);
***************
*** 518,522 ****
     inline PG_DrawableSurface*
       PG_DrawableSurface::ScaleSurface(Uint16 newx, Uint16 newy,
!                                     bool smooth = true) {
       return ScaleSurface(static_cast<double>(newx) / ref->w,
                         static_cast<double>(newy) / ref->h, smooth);
--- 518,522 ----
     inline PG_DrawableSurface*
       PG_DrawableSurface::ScaleSurface(Uint16 newx, Uint16 newy,
!                                     bool smooth) {
       return ScaleSurface(static_cast<double>(newx) / ref->w,
                         static_cast<double>(newy) / ref->h, smooth);





reply via email to

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