mirror of
https://github.com/labwc/labwc.git
synced 2026-02-09 10:07:31 -05:00
Revert "keyboard: add window rule to send release-events (#2377)"
This reverts commit 2f8afb2376.
This commit is contained in:
parent
adccc3ec84
commit
5bcc03db05
5 changed files with 3 additions and 48 deletions
|
|
@ -108,11 +108,6 @@ window_rules_get_property(struct view *view, const char *property)
|
|||
&& !strcasecmp(property, "fixedPosition")) {
|
||||
return rule->fixed_position;
|
||||
}
|
||||
if (rule->want_absorbed_modifier_release_events
|
||||
&& !strcasecmp(property,
|
||||
"wantAbsorbedModifierReleaseEvents")) {
|
||||
return rule->want_absorbed_modifier_release_events;
|
||||
}
|
||||
}
|
||||
}
|
||||
return LAB_PROP_UNSPECIFIED;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue