mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -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
|
|
@ -358,8 +358,6 @@ fill_window_rule(char *nodename, char *content)
|
|||
set_property(content, ¤t_window_rule->ignore_configure_request);
|
||||
} else if (!strcasecmp(nodename, "fixedPosition")) {
|
||||
set_property(content, ¤t_window_rule->fixed_position);
|
||||
} else if (!strcasecmp(nodename, "wantAbsorbedModifierReleaseEvents")) {
|
||||
set_property(content, ¤t_window_rule->want_absorbed_modifier_release_events);
|
||||
|
||||
/* Actions */
|
||||
} else if (!strcmp(nodename, "name.action")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue