From d45080d32e41cadbdcace511eca6cc932128a49e Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sun, 28 Dec 2014 19:36:29 -0800 Subject: [PATCH] screen: Fix build Forgot to squash again... --- src/core/screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/screen.c b/src/core/screen.c index 496e693e7..740a584c0 100644 --- a/src/core/screen.c +++ b/src/core/screen.c @@ -2889,7 +2889,7 @@ meta_screen_set_cm_selection (MetaScreen *screen) timestamp = meta_display_get_current_time_roundtrip (screen->display); g_snprintf (selection, sizeof (selection), "_NET_WM_CM_S%d", screen->number); - a = XInternAtom (xdisplay, selection, False); + a = XInternAtom (screen->display->xdisplay, selection, False); screen->wm_cm_selection_window = take_manager_selection (screen->display, screen->xroot, a, timestamp, TRUE); }