Skip to content

Commit

Permalink
Use Alloy style.
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomczak committed Nov 6, 2024
1 parent 5f61a01 commit 1c02dcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cef/browser_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ bool BrowserWindow::CreateBrowserControl(const wchar_t* navigateUrl) {

// Information used when creating the native window.
CefWindowInfo window_info;
window_info.runtime_style = CEF_RUNTIME_STYLE_ALLOY;
int width = rect.right - rect.left;
int height = rect.bottom - rect.top;
CefRect cef_rect(rect.left, rect.top, width, height);
Expand Down

0 comments on commit 1c02dcd

Please sign in to comment.