diff options
author | Glenn Watson <gw@intuitionlibrary.com> | 2014-12-19 05:00:43 +1000 |
---|---|---|
committer | Glenn Watson <gw@intuitionlibrary.com> | 2014-12-19 05:00:43 +1000 |
commit | 95f82927b37e27f1880e9941b316227f6c6baebc (patch) | |
tree | 76936207f58bed99eebe80c0cbe52c5e5ebcedd2 /src/win32 | |
parent | 2c150143d8da8bded7d9441ef08f67eab51db7c4 (diff) | |
download | glutin-95f82927b37e27f1880e9941b316227f6c6baebc.tar.gz glutin-95f82927b37e27f1880e9941b316227f6c6baebc.zip |
Change todo to unimplemented
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/mod.rs b/src/win32/mod.rs index 099c126..978e3b5 100644 --- a/src/win32/mod.rs +++ b/src/win32/mod.rs @@ -89,7 +89,7 @@ pub struct WindowProxy; impl WindowProxy { pub fn wakeup_event_loop(&self) { - // TODO + unimplemented!() } } |