summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJess VanDerwalker <washu@sonic.net>2012-04-24 09:52:51 -0700
committerJess VanDerwalker <washu@sonic.net>2012-04-25 14:51:02 -0700
commit6a93df24799d563e15dba2944985234f28ba4320 (patch)
treed9c4c0bfe163b52d5d34d0913ecd884ac79d5a6a /include
parentf83c72e3d6c6b04ea1db9ca6a8e0e260a527a0ee (diff)
Memory for window freed in _xcwm_window_release.
Memory for the window allocated by library is freed in _xcwm_window_release, which is called after the client has done any clean up it needs to do on its side. Signed-off-by: Jess VanDerwalker <washu@sonic.net> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'include')
-rw-r--r--include/xcwm/window.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/xcwm/window.h b/include/xcwm/window.h
index 62a884c..bda753c 100644
--- a/include/xcwm/window.h
+++ b/include/xcwm/window.h
@@ -81,7 +81,6 @@ xcwm_window_set_to_top(xcwm_window_t *window);
void
xcwm_window_remove_damage(xcwm_window_t *window);
-
/**
* kill the window, if possible using WM_DELETE_WINDOW (icccm)
* otherwise using xcb_kill_client.