Skip to content

Commit

Permalink
fix: bring back missing field of WindowProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoyung authored and JayceFayne committed Nov 21, 2023
1 parent acb870e commit ef925da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/src/reply.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ pub struct WindowProperties {
pub instance: Option<String>,
pub class: Option<String>,
pub window_role: Option<String>,
pub window_type: Option<String>,
pub transient_for: Option<i32>,
}

Expand Down

0 comments on commit ef925da

Please sign in to comment.