diff options
Diffstat (limited to 'src/osx')
| -rw-r--r-- | src/osx/mod.rs | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/src/osx/mod.rs b/src/osx/mod.rs index 287dcb4..3e0d668 100644 --- a/src/osx/mod.rs +++ b/src/osx/mod.rs @@ -198,6 +198,12 @@ impl Window {          unimplemented!()      } +    pub fn show(&self) { +    } + +    pub fn hide(&self) { +    } +      pub fn get_position(&self) -> Option<(int, int)> {          unimplemented!()      } | 
