parent
d3a46b7c8a
commit
d8a9c28fa7
5 changed files with 94 additions and 17 deletions
|
|
@ -24,6 +24,7 @@ pub trait XConnection: Sized + 'static {
|
|||
fn set_fullscreen(&mut self, window: x::Window, fullscreen: bool, data: Self::ExtraData);
|
||||
fn focus_window(&mut self, window: x::Window, data: Self::ExtraData);
|
||||
fn close_window(&mut self, window: x::Window, data: Self::ExtraData);
|
||||
fn raise_to_top(&mut self, window: x::Window);
|
||||
}
|
||||
|
||||
pub trait FromServerState<C: XConnection> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue