mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Linux: Add support for setting the initial window title (issue #2204).
This commit is contained in:
committed by
Marshall Greenblatt
parent
658bf2834a
commit
34db87563e
@@ -167,7 +167,7 @@ XCursorCache* cursor_cache = nullptr;
|
||||
void CefRenderWidgetHostViewOSR::PlatformCreateCompositorWidget(
|
||||
bool is_guest_view_hack) {
|
||||
// Create a hidden 1x1 window. It will delete itself on close.
|
||||
window_ = new CefWindowX11(NULL, None, gfx::Rect(0, 0, 1, 1));
|
||||
window_ = new CefWindowX11(NULL, None, gfx::Rect(0, 0, 1, 1), "");
|
||||
compositor_widget_ = window_->xwindow();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user