Hide clutter_input_device_wayland and clutter_stage_wayland types
By prefixing them with an underscore, so they don't get exported as part of public ABI. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:

committed by
Rob Bradford

parent
978202aa49
commit
a33d84234f
@ -49,6 +49,9 @@
|
||||
|
||||
typedef struct _ClutterInputDeviceClass ClutterInputDeviceWaylandClass;
|
||||
|
||||
#define clutter_input_device_wayland_get_type \
|
||||
_clutter_input_device_wayland_get_type
|
||||
|
||||
G_DEFINE_TYPE (ClutterInputDeviceWayland,
|
||||
clutter_input_device_wayland,
|
||||
CLUTTER_TYPE_INPUT_DEVICE);
|
||||
|
Reference in New Issue
Block a user