We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0fe8f1 commit c653dc5Copy full SHA for c653dc5
1 file changed
src/x11/window.rs
@@ -322,12 +322,10 @@ impl<'a> Window<'a> {
322
}
323
324
pub fn has_focus(&mut self) -> bool {
325
- unimplemented!()
+ false
326
327
328
- pub fn focus(&mut self) {
329
330
- }
+ pub fn focus(&mut self) {}
331
332
pub fn resize(&mut self, size: Size) {
333
let scaling = self.inner.window_info.scale();
0 commit comments