input_focus test: verify WmState::Normal on focus
This commit is contained in:
parent
9d751ec063
commit
0fa13c6fb4
2 changed files with 24 additions and 2 deletions
|
|
@ -868,7 +868,7 @@ impl TryFrom<u32> for SetState {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub enum WmState {
|
||||
Withdrawn = 0,
|
||||
Normal = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue