Skip to content

Commit

Permalink
Make wayland_server::create_event_loop public
Browse files Browse the repository at this point in the history
It is useful for compositors
  • Loading branch information
valpackett committed Apr 15, 2018
1 parent 8e6b642 commit 23d00fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wayland-server/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ extern crate wayland_sys;

pub use client::Client;
pub use display::{create_display, Display};
pub use event_loop::{resource_is_registered, EventLoop, EventLoopHandle, Global, GlobalCallback,
RegisterStatus, State, StateProxy, StateToken};
pub use event_loop::{resource_is_registered, create_event_loop, EventLoop, EventLoopHandle, Global,
GlobalCallback, RegisterStatus, State, StateProxy, StateToken};
pub use generated::interfaces as protocol_interfaces;
pub use generated::server as protocol;
use wayland_sys::common::{wl_argument, wl_interface};
Expand Down

0 comments on commit 23d00fd

Please sign in to comment.