diff options
Diffstat (limited to 'src/event.c')
| -rw-r--r-- | src/event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event.c b/src/event.c index 5e4017f..beec195 100644 --- a/src/event.c +++ b/src/event.c @@ -508,7 +508,7 @@ static inline void ev_property_notify(session_t *ps, xcb_property_notify_event_t queue_redraw(ps); } - // If _NET_WM_OPACITY changes + // If _NET_WM_WINDOW_OPACITY changes if (ev->atom == ps->atoms->a_NET_WM_WINDOW_OPACITY) { auto w = find_managed_win(ps, ev->window) ?: find_toplevel(ps, ev->window); if (w) { |