]> 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 eb0776ffe9f37b5ffdb9335d434db4de2cf10bc5..0223e2911561ce8776251b5560a83fc8abce6d75 100644 (file)
@@ -5,8 +5,10 @@
 
 #if wxUSE_MSGDLG
 
 
 #if wxUSE_MSGDLG
 
-#if defined(__WXUNIVERSAL__)
+#if defined(__WXUNIVERSAL__) || defined(__WXGPE__)
 #include "wx/generic/msgdlgg.h"
 #include "wx/generic/msgdlgg.h"
+#elif defined(__WXPALMOS__)
+#include "wx/palmos/msgdlg.h"
 #elif defined(__WXMSW__)
 #include "wx/msw/msgdlg.h"
 #elif defined(__WXMOTIF__)
 #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,
                             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
 
 
 #endif // wxUSE_MSGDLG