Skip to content

Commit

Permalink
scale-title-filter: update for wlroots 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ammen99 committed Jan 29, 2021
1 parent d50bf9d commit b9a6181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/scale/scale-title-filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class scale_title_filter : public wf::singleton_plugin_t<scale_title_filter_text
{
auto k =
static_cast<wf::input_event_signal<wlr_event_keyboard_key>*>(data);
if (k->event->state == WL_KEYBOARD_KEY_STATE_RELEASED)
if (k->event->state == WLR_KEY_RELEASED)
{
keys.erase(k->event->keycode);
return;
Expand Down

0 comments on commit b9a6181

Please sign in to comment.