diff --git a/src/bridge/events.rs b/src/bridge/events.rs index 708a394..e8bf172 100644 --- a/src/bridge/events.rs +++ b/src/bridge/events.rs @@ -200,6 +200,7 @@ pub enum RedrawEvent { anchor_row: f64, anchor_column: f64, focusable: bool, + z_index: i64, }, WindowExternalPosition { grid: u64, @@ -689,8 +690,9 @@ fn parse_win_float_pos(win_float_pos_arguments: Vec) -> Result) -> Result