]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_display.i
Include wx/filedlg.h when not WX_PRECOMP.
[wxWidgets.git] / wxPython / src / _display.i
index f1298e1f57ccd64b00e59536ea66249956d99f35..2a8a450458ea4e4fb609eb529cae3b752dc9c840 100644 (file)
@@ -17,6 +17,7 @@
 
 %{
 #include <wx/display.h>
+#include <wx/vidmode.h>
 %}
 
 
@@ -120,7 +121,7 @@ doesn't belong to any display", "");
            "Find the display where the given window lies, return wx.NOT_FOUND if
 it is not shown at all.", "");
 
-    static int GetFromWindow(wxWindow *window);
+    static int GetFromWindow(const wxWindow *window);
 
 
     DocDeclStr(