893e6e49b1
The commit also stops defining certain functions in a private header when they are only used in the same file. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3437>
14 lines
434 B
C
14 lines
434 B
C
#pragma once
|
|
|
|
#include "clutter/clutter-backend-private.h"
|
|
#include "clutter/clutter-settings.h"
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
void _clutter_settings_set_backend (ClutterSettings *settings,
|
|
ClutterBackend *backend);
|
|
|
|
void clutter_settings_ensure_pointer_a11y_settings (ClutterSettings *settings,
|
|
ClutterSeat *seat);
|
|
|
|
G_END_DECLS
|