Add callback function to allow resize messages to be sent on mac.
This commit is contained in:
parent
0164449955
commit
0ad9c3d453
6 changed files with 102 additions and 32 deletions
|
|
@ -273,6 +273,9 @@ impl Window {
|
|||
pub fn get_api(&self) -> ::Api {
|
||||
::Api::OpenGlEs
|
||||
}
|
||||
|
||||
pub fn set_window_resize_callback(&mut self, _: fn(uint, uint)) {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "window")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue