mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-08 02:41:27 +03:00
fix unix build
This commit is contained in:
@@ -30,7 +30,7 @@ use wayland_client::{
|
||||
|
||||
use tempfile;
|
||||
|
||||
use super::{Event, KeyboardEvent, PointerEvent};
|
||||
use crate::event::{Event, KeyboardEvent, PointerEvent};
|
||||
|
||||
// App State, implements Dispatch event handlers
|
||||
struct App {
|
||||
|
||||
@@ -49,7 +49,7 @@ use wayland_client::{
|
||||
|
||||
use tempfile;
|
||||
|
||||
use super::{Event, KeyboardEvent, PointerEvent};
|
||||
use crate::event::{Event, KeyboardEvent, PointerEvent};
|
||||
|
||||
struct Globals {
|
||||
compositor: wl_compositor::WlCompositor,
|
||||
|
||||
Reference in New Issue
Block a user