Add support for displaying alerts

This commit is contained in:
Kevin Sawicki
2012-06-13 15:36:47 -07:00
parent 151d2cf8c5
commit 3aaaef2cc1
3 changed files with 51 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ int main(int argc, char *argv[]) {
// Create the handler.
g_handler = new ClientHandler();
g_handler->SetMainHwnd(vbox);
g_handler->SetWindow(window);
// Create the browser view.
CefWindowInfo window_info;