summaryrefslogtreecommitdiff
path: root/src/libxcwm/event_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxcwm/event_loop.c')
-rw-r--r--src/libxcwm/event_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libxcwm/event_loop.c b/src/libxcwm/event_loop.c
index 9432295..a856487 100644
--- a/src/libxcwm/event_loop.c
+++ b/src/libxcwm/event_loop.c
@@ -493,7 +493,7 @@ run_event_loop(void *thread_arg_struct)
/* If this is WM_PROTOCOLS, do not send event, just
* handle internally */
- if (notify->atom == window->context->atoms->ewmh_conn.WM_PROTOCOLS) {
+ if (notify->atom == window->context->atoms.ewmh_conn.WM_PROTOCOLS) {
_xcwm_atoms_set_wm_delete(window);
break;
}