screen: Fix build

Forgot to squash again...
This commit is contained in:
Jasper St. Pierre 2014-12-28 19:36:29 -08:00
parent fa97364fa8
commit d45080d32e

View File

@ -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);
}