summaryrefslogtreecommitdiff
path: root/src/libxcwm/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libxcwm/window.c')
-rw-r--r--src/libxcwm/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libxcwm/window.c b/src/libxcwm/window.c
index 308830c..18e012b 100644
--- a/src/libxcwm/window.c
+++ b/src/libxcwm/window.c
@@ -444,7 +444,7 @@ init_damage_on_window(xcb_connection_t *conn, xcwm_window_t *window)
window->damage = 0;
return;
}
- /* Assign this damage object to the roots window's context */
+ /* Assign this damage object to the window's context */
window->damage = damage_id;
/* Set the damage area in the context to zero */