Fixed a space missing
This commit is contained in:
parent
989fd1b505
commit
dc80f57bc2
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ pub fn get_primary_monitor() -> MonitorID {
|
|||
|
||||
impl MonitorID {
|
||||
pub fn get_name(&self) -> Option<String> {
|
||||
unimplemented!()
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
pub fn get_dimensions(&self) -> (uint, uint) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue