mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00: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:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user