added wm_transient_for atom
This commit is contained in:
parent
4eb1cb4555
commit
6c4f0d54bd
|
@ -121,6 +121,7 @@ pub mod wmh {
|
||||||
WmActiveWindow,
|
WmActiveWindow,
|
||||||
WmTakeFocus,
|
WmTakeFocus,
|
||||||
WmState,
|
WmState,
|
||||||
|
WmTransientFor,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
|
@ -183,6 +184,7 @@ pub mod wmh {
|
||||||
ICCCMAtom::WmActiveWindow => "WM_ACTIVE_WINDOW",
|
ICCCMAtom::WmActiveWindow => "WM_ACTIVE_WINDOW",
|
||||||
ICCCMAtom::WmTakeFocus => "WM_TAKE_FOCUS",
|
ICCCMAtom::WmTakeFocus => "WM_TAKE_FOCUS",
|
||||||
ICCCMAtom::WmState => "WM_STATE",
|
ICCCMAtom::WmState => "WM_STATE",
|
||||||
|
ICCCMAtom::WmTransientFor => "WM_TRANSIENT_FOR",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue