Update of /cvsroot/libufo/ufo-0.5/src/gl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31686/src/gl
Modified Files:
ugl_image.cpp
Log Message:
Updated to new volatile data API.
Index: ugl_image.cpp
===================================================================
RCS file: /cvsroot/libufo/ufo-0.5/src/gl/ugl_image.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ugl_image.cpp 21 May 2005 15:18:46 -0000 1.5
--- ugl_image.cpp 24 Oct 2005 15:59:40 -0000 1.6
***************
*** 317,324 ****
if (!m_autoRefresh) {
dispose();
! }
if (m_isValid) {
getDisplay()->addVolatileData(this);
! }
}
--- 317,324 ----
if (!m_autoRefresh) {
dispose();
! }/*
if (m_isValid) {
getDisplay()->addVolatileData(this);
! }*/
}
|