]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/settings.cpp
deal with the situation when a (dynamic) event handler disconnects itself during...
[wxWidgets.git] / src / x11 / settings.cpp
index 3531a9ad8853331fb6c79932daabbc8d93c4eac7..9b5564524d892e3410c51969a79d538bf17125a3 100644 (file)
 // per-user file, which can be edited using a Windows-control-panel clone.
 // Also they should be documented better. Some are very MS Windows-ish.
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "settings.h"
-#endif
-
 #include "wx/settings.h"
 #include "wx/gdicmn.h"
 #include "wx/x11/private.h"
@@ -59,7 +55,7 @@ wxFont wxSystemSettingsNative::GetFont(wxSystemFont index)
 }
 
 // Get a system metric, e.g. scrollbar size
-int wxSystemSettingsNative::GetMetric(wxSystemMetric index)
+int wxSystemSettingsNative::GetMetric(wxSystemMetric index, wxWindow* WXUNUSED(win))
 {
        switch ( index)
        {