// resources
// --------------------------------------------------------------------------
-#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXMGL__) || defined(__WXX11__)
+#ifndef wxHAS_IMAGES_IN_RESOURCES
// application icon
#include "mondrian.xpm"
// create the main application window
LifeFrame *frame = new LifeFrame();
- // show it and tell the application that it's our main window
+ // show it
frame->Show(true);
- SetTopWindow(frame);
// just for Motif
#ifdef __WXMOTIF__