Test that manager listen to appropriate events
This commit is contained in:
8
features/manager/input_events.feature
Normal file
8
features/manager/input_events.feature
Normal file
@@ -0,0 +1,8 @@
|
||||
Feature: input events selection
|
||||
|
||||
Scenario: selects the appropriate input event mask for a window manager
|
||||
Given uhwm is running
|
||||
Then the input event mask must include StructureNotifyMask
|
||||
And the input event mask must include SubstructureNotifyMask
|
||||
And the input event mask must include SubstructureRedirectMask
|
||||
And the input event mask must include PropertyChangeMask
|
Reference in New Issue
Block a user