mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 22:30:04 -04:00
Fixed a space missing
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user