X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbackgroundmgr.h;h=76a848fa72781e0871424026053ce4a819564d21;hb=de6d2bb3861af7568006e1a02d5dddc730644b01;hp=54bcd153c1b1ec331f06174d3a0f193a54f24d0f;hpb=6480e936da257519dd36840862ac995ca8c374da;p=ctsim.git diff --git a/src/backgroundmgr.h b/src/backgroundmgr.h index 54bcd15..76a848f 100644 --- a/src/backgroundmgr.h +++ b/src/backgroundmgr.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2001 Kevin Rosenberg ** -** $Id: backgroundmgr.h,v 1.5 2001/02/23 21:58:31 kevin Exp $ +** $Id: backgroundmgr.h,v 1.9 2001/03/09 02:40:17 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -44,17 +44,14 @@ #include -#if defined(HAVE_CONFIG_H) -#include "config.h" -#endif +#ifdef HAVE_WXTHREADS class BackgroundManagerCanvas; #if CTSIM_MDI //class BackgroundManager : public wxMDIChildFrame -//#else -class BackgroundManager : public wxMiniFrame #endif +class BackgroundManager : public wxMiniFrame { private: DECLARE_DYNAMIC_CLASS(BackgroundManager) @@ -113,11 +110,10 @@ private: public: BackgroundManagerCanvas (BackgroundManager* pBkgdMgr = NULL); - void OnPaint (wxPaintEvent& event); - DECLARE_EVENT_TABLE() }; +#endif // HAVE_WXTHREADS #endif // _BACKGROUNDMGR_H