]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/gdi.i
- Moved the header in the .i files out of the code that gets put into
[wxWidgets.git] / utils / wxPython / src / gdi.i
index b8fe77a1cb6ccb2916095b35a952b7464c9d67e7..93c43a5e7eeabda598891a992665633c991bc09b 100644 (file)
@@ -1,5 +1,3 @@
-%module gdi
-%{
 /////////////////////////////////////////////////////////////////////////////
 // Name:        gdi.i
 // Purpose:     SWIG interface file for wxDC, wxBrush, wxPen, wxFont, etc.
@@ -13,6 +11,9 @@
 /////////////////////////////////////////////////////////////////////////////
 
 
+%module gdi
+
+%{
 #include "helpers.h"
 
 #include <wx/metafile.h>
@@ -460,6 +461,13 @@ extern wxColour wxNullColour;
 /////////////////////////////////////////////////////////////////////////////
 //
 // $Log$
+// Revision 1.2  1998/08/15 07:36:35  RD
+// - Moved the header in the .i files out of the code that gets put into
+// the .cpp files.  It caused CVS conflicts because of the RCS ID being
+// different each time.
+//
+// - A few minor fixes.
+//
 // Revision 1.1  1998/08/09 08:25:50  RD
 // Initial version
 //