parent
56a681bfec
commit
378421d356
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue