Windows: fix initial active status (#9694)
Separate from #9451 On Windows, a new window may already active immediate after creation. Release Notes: - N/A --------- Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
parent
78dc458231
commit
6231df978b
7 changed files with 24 additions and 1 deletions
|
@ -406,6 +406,11 @@ impl PlatformWindow for X11Window {
|
|||
.unwrap();
|
||||
}
|
||||
|
||||
// todo(linux)
|
||||
fn is_active(&self) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
fn set_title(&mut self, title: &str) {
|
||||
self.0
|
||||
.xcb_connection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue