summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2008-06-27 03:52:31 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-06-27 03:52:31 +0000
commit1aee3eff351e1fbe5a2aa73101e2390447410817 (patch)
tree0b248d7324d0f6a2d299608404f733cb80f530d3 /ChangeLog
parent9d31fa61ede73a4eb91efe9612680aaa7dbfc00e (diff)
downloadmetacity-1aee3eff351e1fbe5a2aa73101e2390447410817.tar.gz
Keep the compiler from giving some warnings.
2008-06-26 Thomas Thurman <tthurman@gnome.org> Keep the compiler from giving some warnings. * src/compositor/compositor-xrender.c (xrender_begin_move, xrender_update_move, xrender_end_move, xrender_free_window): four functions which were never called and contain no code #iffed out. * src/tools/metacity-mag.c (grab_area_at_mouse): fixed typecast error. svn path=/trunk/; revision=3769
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29932173..1793f7bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-06-26 Thomas Thurman <tthurman@gnome.org>
+ Keep the compiler from giving some warnings.
+
+ * src/compositor/compositor-xrender.c (xrender_begin_move,
+ xrender_update_move, xrender_end_move, xrender_free_window): four
+ functions which were never called and contain no code #iffed out.
+ * src/tools/metacity-mag.c (grab_area_at_mouse): fixed typecast error.
+
+2008-06-26 Thomas Thurman <tthurman@gnome.org>
+
Refactor so the long scary stack functions are less long and scary:
* stack.c (stack_ensure_sorted): the five parts of this long function