queue resize on window undecorate

* src/core/frame.c: queue resize on window undecorate


svn path=/trunk/; revision=4114
This commit is contained in:
Thomas James Alexander Thurman 2009-02-05 01:06:15 +00:00
parent 56192d9e48
commit b2da6d86f3
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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);
}