Rearranged love.window.showMessageBox' arguments so the messagebox type is the second-last argument and defaults to "info" (resolves issue #937.)

This commit is contained in:
Alex Szpakowski
2014-09-28 15:37:56 -03:00
parent e8009bb4cb
commit d3e1993673
4 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ public:
const void *getHandle() const;
bool showMessageBox(MessageBoxType type, const std::string &title, const std::string &message, bool attachtowindow);
bool showMessageBox(const std::string &title, const std::string &message, MessageBoxType type, bool attachtowindow);
int showMessageBox(const MessageBoxData &data);
static love::window::Window *createSingleton();