summaryrefslogtreecommitdiff
path: root/src/core/delete.c
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2008-05-02 18:49:01 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-05-02 18:49:01 +0000
commitb455ac62d2b6d48cea9122058a8c54cb1ec77ddb (patch)
tree6ade4a2296db3ededa6bfa35647a1686c7e1bcea /src/core/delete.c
parent4916fedc281d80aba7691aed86cc06eb9cc90bf7 (diff)
downloadmetacity-b455ac62d2b6d48cea9122058a8c54cb1ec77ddb.tar.gz
All information should live in exactly one place. This means that the list
2008-05-02 Thomas Thurman <tthurman@gnome.org> All information should live in exactly one place. This means that the list of atoms should not be replicated anywhere. Therefore, we include it via x-macros. Closes #530843. * src/core/atomnames.h: added list of atom names * src/Makefile.am: added reference to new file * src/core/display.h * src/core/display.c (twice) * src/core/screen.c: #included atomnames.h instead of having an enormous list of atoms * src/core/group-props.c * src/core/window.c * src/core/compositor.c * src/core/window-props.c * src/core/delete.c * src/core/workspace.c * src/core/stack.c * src/core/keybindings.c * src/core/iconcache.c * src/core/group.c * src/core/xprops.c: changed to new, simpler identifiers for atoms svn path=/trunk/; revision=3702
Diffstat (limited to 'src/core/delete.c')
-rw-r--r--src/core/delete.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/delete.c b/src/core/delete.c
index 792bd9c0..78784361 100644
--- a/src/core/delete.c
+++ b/src/core/delete.c
@@ -365,7 +365,7 @@ meta_window_delete (MetaWindow *window,
"Deleting %s with delete_window request\n",
window->desc);
meta_window_send_icccm_message (window,
- window->display->atom_wm_delete_window,
+ window->display->atom_WM_DELETE_WINDOW,
timestamp);
}
else