diff --git a/ChangeLog b/ChangeLog index 54a3caea1..7fc4cfba8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-02-04 Neil Jagdish Patel + + * src/core/frame.c: queue resize on window undecorate + 2009-02-03 Luca Ferretti * src/include/all-keybindings.h: Fix description, focus the diff --git a/src/core/frame.c b/src/core/frame.c index d2bf62fc2..19955cdcd 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); }