Update of /cvsroot/gcblue/gcb_wx/include/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20597/include/graphics
Modified Files:
tcWindow.h
Log Message:
Index: tcWindow.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tcWindow.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** tcWindow.h 11 Apr 2004 21:45:39 -0000 1.2
--- tcWindow.h 21 Jun 2004 22:21:43 -0000 1.3
***************
*** 77,80 ****
--- 77,81 ----
virtual void Freeze();
wxBitmap* GetBitmap();
+ bool IsActive() const {return mbActive;}
bool IsSurfaceModified();
void LoadBackgroundImage(char *azFileName);
|