summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2009-02-05 01:06:15 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2009-02-05 01:06:15 +0000
commitb2da6d86f3bbb4f3e7b7a2fca101005135349ce6 (patch)
tree9bdd99e731486c66bd6684c80ed15e82d22bfeb4
parent56192d9e486f2b6b79275fea68b1c55e51d0f85c (diff)
downloadmetacity-b2da6d86f3bbb4f3e7b7a2fca101005135349ce6.tar.gz
queue resize on window undecorate
* src/core/frame.c: queue resize on window undecorate svn path=/trunk/; revision=4114
-rw-r--r--ChangeLog4
-rw-r--r--src/core/frame.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54a3caea..7fc4cfba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-04 Neil Jagdish Patel <njpatel@gmail.com>
+
+ * src/core/frame.c: queue resize on window undecorate
+
2009-02-03 Luca Ferretti <elle.uca@libero.it>
* src/include/all-keybindings.h: Fix description, focus the
diff --git a/src/core/frame.c b/src/core/frame.c
index d2bf62fc..19955cdc 100644
--- a/src/core/frame.c
+++ b/src/core/frame.c
@@ -224,6 +224,7 @@ meta_window_destroy_frame (MetaWindow *window)
/* Put our state back where it should be */
meta_window_queue (window, META_QUEUE_CALC_SHOWING);
+ meta_window_queue (window, META_QUEUE_MOVE_RESIZE);
}