wayland: implement xwayland_shell_v1
This commit is contained in:
parent
1f64fefc86
commit
335677bbcd
11 changed files with 332 additions and 7 deletions
|
|
@ -271,7 +271,8 @@ async fn log_xwayland(state: Rc<State>, stderr: OwnedFd) {
|
|||
|
||||
pub enum XWaylandEvent {
|
||||
SurfaceCreated(WlSurfaceId),
|
||||
SurfaceDestroyed(WlSurfaceId),
|
||||
SurfaceSerialAssigned(WlSurfaceId),
|
||||
SurfaceDestroyed(WlSurfaceId, Option<u64>),
|
||||
Configure(Rc<Xwindow>),
|
||||
Activate(Rc<XwindowData>),
|
||||
ActivateRoot,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue