Fix compilation errors
This commit is contained in:
parent
3e8669ea7f
commit
6732fa731d
5 changed files with 54 additions and 8 deletions
|
|
@ -21,7 +21,9 @@ pub use self::error::OsError;
|
|||
pub use self::event_loop::{
|
||||
EventLoop, Proxy as EventLoopProxy, WindowTarget as EventLoopWindowTarget,
|
||||
};
|
||||
pub use self::monitor::Handle as MonitorHandle;
|
||||
pub use self::monitor::{
|
||||
Handle as MonitorHandle, Mode as VideoMode
|
||||
};
|
||||
pub use self::window::{
|
||||
Id as WindowId, PlatformSpecificBuilderAttributes as PlatformSpecificWindowBuilderAttributes,
|
||||
Window,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue