mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Add support for displaying alerts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user