paragui-cvs
[Top][All Lists]
Advanced

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

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


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/draw/dummy nullcore.cpp,1.1.2.1,1.1.2.2
Date: Wed, 30 Oct 2002 15:21:19 -0500

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

Modified Files:
      Tag: devel-opengl
        nullcore.cpp 
Log Message:
GCC 3.2 compilation fixes



Index: nullcore.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/draw/dummy/Attic/nullcore.cpp,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** nullcore.cpp        30 Oct 2002 17:36:28 -0000      1.1.2.1
--- nullcore.cpp        30 Oct 2002 20:21:17 -0000      1.1.2.2
***************
*** 173,177 ****
  int DummyDraw::Flip() { DBGX(PG_LogDBG("DummyDraw: %s", __FUNCTION__)); 
return 0; };
  
! PG_DrawableSurface* DummyDraw::AccelDrawableSurface(SDL_Surface* src, bool 
hasalpha=false) {
    DBGX(PG_LogDBG("DummyDraw: %s", __FUNCTION__));
    return new DummyDrawable();
--- 173,177 ----
  int DummyDraw::Flip() { DBGX(PG_LogDBG("DummyDraw: %s", __FUNCTION__)); 
return 0; };
  
! PG_DrawableSurface* DummyDraw::AccelDrawableSurface(SDL_Surface* src, bool 
hasalpha) {
    DBGX(PG_LogDBG("DummyDraw: %s", __FUNCTION__));
    return new DummyDrawable();
***************
*** 185,190 ****
  
  PG_DrawableSurface*
! DummyDraw::CreateDrawableSurface(Uint32 flags,int width, int height, int 
depth=0,
!                                Uint32 Rmask=0, Uint32 Gmask=0, Uint32 
Bmask=0, Uint32 Amask=0) {
    DBGX(PG_LogDBG("DummyDraw: %s", __FUNCTION__));
    return new DummyDrawable();
--- 185,190 ----
  
  PG_DrawableSurface*
! DummyDraw::CreateDrawableSurface(Uint32 flags,int width, int height, int 
depth,
!                                Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, 
Uint32 Amask) {
    DBGX(PG_LogDBG("DummyDraw: %s", __FUNCTION__));
    return new DummyDrawable();
***************
*** 198,203 ****
  PG_DrawableSurface*
  DummyDraw::CreateDrawableSurfaceFrom(void* pixels,
!                                    int width, int height, int depth=0, int 
pitch=0,
!                                    Uint32 Rmask=0, Uint32 Gmask=0, Uint32 
Bmask=0, Uint32 Amask=0) {
    DBGX(PG_LogDBG("DummyDraw: %s", __FUNCTION__));
    return new DummyDrawable();
--- 198,203 ----
  PG_DrawableSurface*
  DummyDraw::CreateDrawableSurfaceFrom(void* pixels,
!                                    int width, int height, int depth, int 
pitch,
!                                    Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, 
Uint32 Amask) {
    DBGX(PG_LogDBG("DummyDraw: %s", __FUNCTION__));
    return new DummyDrawable();
***************
*** 303,307 ****
  void DummyDrawable::BlitSurface(const SDL_Surface* srf_src, const PG_Rect& 
rect_src, const PG_Rect& rect_dst) { DBGX(PG_LogDBG("DummyDraw: %s", 
__FUNCTION__)); };
  int DummyDrawable::FillRect(const PG_Rect& dstrect, Uint32 color) { 
DBGX(PG_LogDBG("DummyDraw: %s", __FUNCTION__)); return 0; };
! void DummyDrawable::DrawLine(Uint32 x0, Uint32 y0, Uint32 x1, Uint32 y1, 
const SDL_Color& color, Uint8 width = 1) { DBGX(PG_LogDBG("DummyDraw: %s", 
__FUNCTION__)); };
  void DummyDrawable::SetPixel(int x, int y, const SDL_Color& color) { 
DBGX(PG_LogDBG("DummyDraw: %s", __FUNCTION__)); };
  
--- 303,307 ----
  void DummyDrawable::BlitSurface(const SDL_Surface* srf_src, const PG_Rect& 
rect_src, const PG_Rect& rect_dst) { DBGX(PG_LogDBG("DummyDraw: %s", 
__FUNCTION__)); };
  int DummyDrawable::FillRect(const PG_Rect& dstrect, Uint32 color) { 
DBGX(PG_LogDBG("DummyDraw: %s", __FUNCTION__)); return 0; };
! void DummyDrawable::DrawLine(Uint32 x0, Uint32 y0, Uint32 x1, Uint32 y1, 
const SDL_Color& color, Uint8 width) { DBGX(PG_LogDBG("DummyDraw: %s", 
__FUNCTION__)); };
  void DummyDrawable::SetPixel(int x, int y, const SDL_Color& color) { 
DBGX(PG_LogDBG("DummyDraw: %s", __FUNCTION__)); };
  





reply via email to

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