[Gcblue-commits] gcb_wx/include/graphics tcWindow.h,1.2,1.3
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-06-21 22:22:22
|
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); |