added wm_transient_for atom

This commit is contained in:
Janis 2022-05-08 01:10:06 +02:00 committed by Gitea
parent 4eb1cb4555
commit 6c4f0d54bd

View file

@ -121,6 +121,7 @@ pub mod wmh {
WmActiveWindow,
WmTakeFocus,
WmState,
WmTransientFor,
}
#[derive(Debug, Clone)]
@ -183,6 +184,7 @@ pub mod wmh {
ICCCMAtom::WmActiveWindow => "WM_ACTIVE_WINDOW",
ICCCMAtom::WmTakeFocus => "WM_TAKE_FOCUS",
ICCCMAtom::WmState => "WM_STATE",
ICCCMAtom::WmTransientFor => "WM_TRANSIENT_FOR",
}
}
}