paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/src/draw pgglcore.cpp,NONE,1.1.2.1 drawable.c


From: Teunis Peters <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/draw pgglcore.cpp,NONE,1.1.2.1 drawable.cpp,1.1.2.1,1.1.2.2
Date: Wed, 26 Jun 2002 12:25:02 -0400

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

Modified Files:
      Tag: devel-opengl
        drawable.cpp 
Added Files:
      Tag: devel-opengl
        pgglcore.cpp 
Log Message:
More OpenGL work, and forgot key file!


***** Error reading new file: [Errno 2] No such file or directory: 
'pgglcore.cpp'
Index: drawable.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/draw/Attic/drawable.cpp,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** drawable.cpp        18 Jun 2002 22:40:38 -0000      1.1.2.1
--- drawable.cpp        26 Jun 2002 16:24:57 -0000      1.1.2.2
***************
*** 66,70 ****
    /* uhh... uh oh.  Check me FIXME */
    // fprintf(stderr, "%s:%s:%i FIXME\n", __FILE__, __FUNCTION__, __LINE__);
!   if (ref != SDL_GetVideoSurface())
      SDL_FreeSurface(ref);
    ref = NULL;
--- 66,70 ----
    /* uhh... uh oh.  Check me FIXME */
    // fprintf(stderr, "%s:%s:%i FIXME\n", __FILE__, __FUNCTION__, __LINE__);
!   if ((ref != NULL) && (ref != SDL_GetVideoSurface()))
      SDL_FreeSurface(ref);
    ref = NULL;




reply via email to

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