Skip to content

Commit

Permalink
fix: ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
nashaofu committed Jan 21, 2024
1 parent 356005e commit c3c498b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions examples/monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ fn main() {
"Monitor: {} {} {:?} {:?}",
monitor.id(),
monitor.name(),
(
monitor.x(),
monitor.y(),
monitor.width(),
monitor.height()
),
(monitor.x(), monitor.y(), monitor.width(), monitor.height()),
(
monitor.rotation(),
monitor.scale_factor(),
Expand Down
2 changes: 1 addition & 1 deletion src/linux/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mod capture;
mod utils;
mod wayland_capture;
mod xorg_capture;
mod utils;

pub mod impl_monitor;
pub mod impl_window;

0 comments on commit c3c498b

Please sign in to comment.