mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
queue resize on window undecorate
* src/core/frame.c: queue resize on window undecorate svn path=/trunk/; revision=4114
This commit is contained in:
parent
56192d9e48
commit
b2da6d86f3
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user