summaryrefslogtreecommitdiff
path: root/src/core/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/frame.c')
-rw-r--r--src/core/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/frame.c b/src/core/frame.c
index b03dea56..bc7c088c 100644
--- a/src/core/frame.c
+++ b/src/core/frame.c
@@ -53,7 +53,7 @@ prefs_changed_callback (MetaPreference preference,
{
case META_PREF_COMPOSITING_MANAGER:
frame->need_reapply_frame_shape = TRUE;
- update_shape (frame);
+ meta_window_queue (frame->window, META_QUEUE_MOVE_RESIZE);
break;
default:
break;