mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-23 18:36:34 +11:00
parent
4515b77aa5
commit
47194b5f3c
2 changed files with 1 additions and 3 deletions
|
@ -41,6 +41,7 @@
|
||||||
- On Windows, fix `CursorMoved(0, 0)` getting dispatched on window focus.
|
- On Windows, fix `CursorMoved(0, 0)` getting dispatched on window focus.
|
||||||
- On macOS, fix command key event left and right reverse.
|
- On macOS, fix command key event left and right reverse.
|
||||||
- On FreeBSD, NetBSD, and OpenBSD, fix build of X11 backend.
|
- On FreeBSD, NetBSD, and OpenBSD, fix build of X11 backend.
|
||||||
|
- On Windows, fix icon not showing up in corner of window.
|
||||||
- On X11, change DPI scaling factor behavior. First, winit tries to read it from "Xft.dpi" XResource, and uses DPI calculation from xrandr dimensions as fallback behavior.
|
- On X11, change DPI scaling factor behavior. First, winit tries to read it from "Xft.dpi" XResource, and uses DPI calculation from xrandr dimensions as fallback behavior.
|
||||||
|
|
||||||
# Version 0.19.0 (2019-03-06)
|
# Version 0.19.0 (2019-03-06)
|
||||||
|
|
|
@ -668,9 +668,6 @@ unsafe fn init<T: 'static>(
|
||||||
format!("{}", io::Error::last_os_error()))));
|
format!("{}", io::Error::last_os_error()))));
|
||||||
}
|
}
|
||||||
|
|
||||||
winuser::SetWindowLongW(handle, winuser::GWL_STYLE, 0);
|
|
||||||
winuser::SetWindowLongW(handle, winuser::GWL_EXSTYLE, 0);
|
|
||||||
|
|
||||||
WindowWrapper(handle)
|
WindowWrapper(handle)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue