Remove api_transition macro (#279)
* Remove api_transition macro * Rename Window2 to Window * Try fix X11 code
This commit is contained in:
parent
0ada6c15ea
commit
342d5d8587
13 changed files with 97 additions and 247 deletions
|
|
@ -115,9 +115,6 @@ extern crate wayland_client;
|
|||
pub use events::*;
|
||||
pub use window::{AvailableMonitorsIter, MonitorId};
|
||||
|
||||
#[macro_use]
|
||||
mod api_transition;
|
||||
|
||||
mod platform;
|
||||
mod events;
|
||||
mod window;
|
||||
|
|
@ -144,7 +141,7 @@ pub mod os;
|
|||
/// });
|
||||
/// ```
|
||||
pub struct Window {
|
||||
window: platform::Window2,
|
||||
window: platform::Window,
|
||||
}
|
||||
|
||||
/// Identifier of a window. Unique for each window.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue