]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/main.cpp
Use mask when drawing bitmaps in generic wxDataViewCtrl.
[wxWidgets.git] / src / motif / main.cpp
index dc27c4abe98b04433d9a4889be6b67e1493f781d..57d0e2725cf0e67565bcbef7e112b994d670d0d2 100644 (file)
@@ -1,18 +1,11 @@
 /////////////////////////////////////////////////////////////////////////////
-// 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.