mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
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:
@ -107,7 +107,7 @@ typedef enum _MetaExperimentalFeature
|
||||
|
||||
void meta_init_backend (GType backend_gtype);
|
||||
|
||||
void meta_backend_display_opened (MetaBackend *backend);
|
||||
void meta_backend_x11_display_opened (MetaBackend *backend);
|
||||
|
||||
ClutterBackend * meta_backend_get_clutter_backend (MetaBackend *backend);
|
||||
|
||||
|
@ -1062,7 +1062,7 @@ xft_dpi_changed (GtkSettings *settings,
|
||||
}
|
||||
|
||||
void
|
||||
meta_backend_display_opened (MetaBackend *backend)
|
||||
meta_backend_x11_display_opened (MetaBackend *backend)
|
||||
{
|
||||
/*
|
||||
* gdk-window-scaling-factor is not exported to gtk-settings
|
||||
|
Reference in New Issue
Block a user