mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 06:11:30 +11:00
Fixed a space missing
This commit is contained in:
parent
989fd1b505
commit
dc80f57bc2
|
@ -23,7 +23,7 @@ pub fn get_primary_monitor() -> MonitorID {
|
||||||
|
|
||||||
impl MonitorID {
|
impl MonitorID {
|
||||||
pub fn get_name(&self) -> Option<String> {
|
pub fn get_name(&self) -> Option<String> {
|
||||||
unimplemented!()
|
unimplemented!()
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn get_dimensions(&self) -> (uint, uint) {
|
pub fn get_dimensions(&self) -> (uint, uint) {
|
||||||
|
|
Loading…
Reference in a new issue