Allow serialization for WindowType (#762)
* Allow serialization for WindowType * Update CHANGELOG.md * Update CHANGELOG.md Co-Authored-By: saschagrunert <sgrunert@suse.com>
This commit is contained in:
parent
ddf133dd66
commit
26e37590e8
2 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ impl From<bool> for StateOperation {
|
|||
/// X window type. Maps directly to
|
||||
/// [`_NET_WM_WINDOW_TYPE`](https://specifications.freedesktop.org/wm-spec/wm-spec-1.5.html).
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
|
||||
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
||||
pub enum WindowType {
|
||||
/// A desktop feature. This can include a single window containing desktop icons with the same dimensions as the
|
||||
/// screen, allowing the desktop environment to have full control of the desktop, without the need for proxying
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue