r621: *** empty log message ***
[ctsim.git] / src / backgroundmgr.h
index 0366594c7637c74829d924bf5d573c93ddcd5860..76a848fa72781e0871424026053ce4a819564d21 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2001 Kevin Rosenberg
 **
-**  $Id: backgroundmgr.h,v 1.6 2001/02/25 07:36:26 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
 
 #include <vector>
 
-#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)
@@ -112,12 +109,11 @@ private:
 
 public:
   BackgroundManagerCanvas (BackgroundManager* pBkgdMgr = NULL);
-#if 0
-  void OnPaint (wxPaintEvent& event);
-#endif
+
   DECLARE_EVENT_TABLE()
 };
 
+#endif // HAVE_WXTHREADS
 
 #endif // _BACKGROUNDMGR_H