backend: Make X11 display opened function explicitly named

It didn't say anything about being the X11 display, so make it say so.

https://bugzilla.gnome.org/show_bug.cgi?id=777732
This commit is contained in:
Jonas Ådahl
2017-04-21 15:58:49 +08:00
parent df39a7d0fd
commit be175558c3
3 changed files with 3 additions and 3 deletions

View File

@ -963,7 +963,7 @@ meta_display_open (void)
meta_screen_init_workspaces (screen);
meta_backend_display_opened (meta_get_backend ());
meta_backend_x11_display_opened (meta_get_backend ());
enable_compositor (display);