Skip to content

Commit

Permalink
chore: pub use wloutput
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Dec 20, 2023
1 parent 75e7872 commit fe22502
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion libwaysip/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ use wayland_protocols::wp::cursor_shape::v1::client::{
use wayland_cursor::CursorImageBuffer;
use wayland_cursor::CursorTheme;

pub mod reexport {
pub use wayland_client::protocol::wl_output::{self, WlOutput};
}

#[derive(Debug)]
struct BaseState;

Expand Down Expand Up @@ -85,7 +89,7 @@ impl WlOutputInfo {
}
}

fn get_output(&self) -> &WlOutput {
pub fn get_output(&self) -> &WlOutput {
&self.output
}

Expand Down

0 comments on commit fe22502

Please sign in to comment.