winit-sonoma-fix/examples
mitchmindtree eb18b3d8b6 Add a WindowBuilder::with_window_resize_callback method.
This allows for passing the window_resize_callback fn during the window
building stage. More importantly, this allows setting the callback
without the need for mutable access to the Window, making it possible
to set the callback in the downstream glium crate.

This may solve tomaka/glium#1232 for most folk.
2016-11-11 22:08:46 +11:00
..
cursor.rs Fix the test and the examples 2016-03-26 18:10:19 +01:00
fullscreen.rs Merge https://github.com/tomaka/glutin 2016-09-19 19:53:28 +03:00
grabbing.rs Merge https://github.com/tomaka/glutin 2016-09-19 19:53:28 +03:00
multiwindow.rs Fix the test and the examples 2016-03-26 18:10:19 +01:00
transparent.rs Fix the test and the examples 2016-03-26 18:10:19 +01:00
window.rs Add a WindowBuilder::with_window_resize_callback method. 2016-11-11 22:08:46 +11:00