summaryrefslogtreecommitdiff
path: root/src/ui/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui.c')
-rw-r--r--src/ui/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui.c b/src/ui/ui.c
index f716dea11..64afb0134 100644
--- a/src/ui/ui.c
+++ b/src/ui/ui.c
@@ -59,7 +59,7 @@ meta_ui_new (MetaX11Display *x11_display)
ui = g_new0 (MetaUI, 1);
ui->xdisplay = x11_display->xdisplay;
- ui->frames = meta_frames_new ();
+ ui->frames = meta_frames_new (x11_display);
/* GTK+ needs the frame-sync protocol to work in order to properly
* handle style changes. This means that the dummy widget we create
* to get the style for title bars actually needs to be mapped