]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/main.cpp
Refresh wxMSW wxStaticBitmap when its size changes.
[wxWidgets.git] / src / motif / main.cpp
index e2eea40e29c74360761dd3305382b104dadc21ac..9873a4d456ce7e31aabcb67e9b9c19e90594a6b9 100644 (file)
@@ -1,18 +1,12 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        main.cpp
+// Name:        src/motif/main.cpp
 // Purpose:     Entry point
 // Author:      Julian Smart
 // Modified by:
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#include "wx/app.h"
-
-int main(int argc, char* argv[])
-{
-    return wxEntry(argc, argv);
-}
-
+// We don't put main() in the library any more. GD.