mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Add rustfmt.toml and reformat
This commit is contained in:
+5
-5
@@ -1,17 +1,17 @@
|
||||
mod compositor;
|
||||
mod xdg_shell;
|
||||
|
||||
use crate::Smallvil;
|
||||
|
||||
//
|
||||
// Wl Seat
|
||||
//
|
||||
|
||||
use smithay::input::{SeatHandler, SeatState};
|
||||
use smithay::reexports::wayland_server::protocol::wl_surface::WlSurface;
|
||||
use smithay::wayland::data_device::{ClientDndGrabHandler, DataDeviceHandler, ServerDndGrabHandler};
|
||||
use smithay::wayland::data_device::{
|
||||
ClientDndGrabHandler, DataDeviceHandler, ServerDndGrabHandler,
|
||||
};
|
||||
use smithay::{delegate_data_device, delegate_output, delegate_seat};
|
||||
|
||||
use crate::Smallvil;
|
||||
|
||||
impl SeatHandler for Smallvil {
|
||||
type KeyboardFocus = WlSurface;
|
||||
type PointerFocus = WlSurface;
|
||||
|
||||
Reference in New Issue
Block a user