]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msgdlg.h
added support for saving grey and grey-red PNG images (patch 985447)
[wxWidgets.git] / include / wx / msgdlg.h
index 8435c2825bb44e40c92ab84779c81694fe2f20a5..0223e2911561ce8776251b5560a83fc8abce6d75 100644 (file)
@@ -7,6 +7,8 @@
 
 #if defined(__WXUNIVERSAL__) || defined(__WXGPE__)
 #include "wx/generic/msgdlgg.h"
+#elif defined(__WXPALMOS__)
+#include "wx/palmos/msgdlg.h"
 #elif defined(__WXMSW__)
 #include "wx/msw/msgdlg.h"
 #elif defined(__WXMOTIF__)
@@ -31,7 +33,7 @@ int WXDLLEXPORT wxMessageBox(const wxString& message,
                             const wxString& caption = wxMessageBoxCaptionStr,
                             long style = wxOK | wxCENTRE,
                             wxWindow *parent = NULL,
-                            int x = -1, int y = -1);
+                            int x = wxDefaultCoord, int y = wxDefaultCoord);
 
 #endif // wxUSE_MSGDLG