xstate: add _NET_WM_STATE{_FULLSCREEN} to _NET_SUPPORTED

Fixes #157
This commit is contained in:
Shawn Wallace 2025-05-11 11:30:54 -04:00
parent 56a681bfec
commit 378421d356

View file

@ -250,7 +250,12 @@ impl XState {
self.set_root_property( self.set_root_property(
self.atoms.supported, self.atoms.supported,
x::ATOM_ATOM, x::ATOM_ATOM,
&[self.atoms.active_win, self.atoms.motif_wm_hints], &[
self.atoms.active_win,
self.atoms.motif_wm_hints,
self.atoms.net_wm_state,
self.atoms.wm_fullscreen,
],
); );
self.connection self.connection