]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/themes/gtk.cpp
Added missing WXDLLEXPORT
[wxWidgets.git] / src / univ / themes / gtk.cpp
index 4a0bcfdcc8e7fa919efb8441e6b99bcc673af0d8..9287b7390d30f79a1836096d618cd578656119b1 100644 (file)
@@ -53,7 +53,7 @@
 // constants (to be removed, for testing only)
 // ----------------------------------------------------------------------------
 
-static const size_t BORDER_THICKNESS = 1;
+static const wxCoord BORDER_THICKNESS = 1;
 
 // ----------------------------------------------------------------------------
 // wxGTKRenderer: draw the GUI elements in GTK style
@@ -2379,7 +2379,7 @@ void wxGTKRenderer::DrawFrameTitleBar(wxDC& dc,
                                       const wxString& title,
                                       const wxIcon& icon,
                                       int flags,
-                                      int pressedButtons = 0)
+                                      int pressedButtons)
 {
 }
 
@@ -2412,7 +2412,7 @@ void wxGTKRenderer::DrawFrameIcon(wxDC& dc,
 void wxGTKRenderer::DrawFrameButton(wxDC& dc,
                                     wxCoord x, wxCoord y,
                                     int button,
-                                    int flags = 0)
+                                    int flags)
 {
 }