Add |options| for ShowMessageBox

This commit is contained in:
Cheng Zhao 2015-07-23 14:16:43 +08:00
parent 72eb87a631
commit da724d65d7
6 changed files with 18 additions and 3 deletions

View file

@ -163,6 +163,7 @@ int ShowMessageBox(NativeWindow* parent,
MessageBoxType type,
const std::vector<std::string>& buttons,
int cancel_id,
int options,
const std::string& title,
const std::string& message,
const std::string& detail,
@ -190,6 +191,7 @@ void ShowMessageBox(NativeWindow* parent,
MessageBoxType type,
const std::vector<std::string>& buttons,
int cancel_id,
int options,
const std::string& title,
const std::string& message,
const std::string& detail,