[mutter] clutter: Fix build
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] clutter: Fix build
- Date: Mon, 7 Nov 2016 13:27:41 +0000 (UTC)
commit af920851ca933f18117844c4a3c4fca02dcd57a4
Author: Carlos Garnacho <carlosg gnome org>
Date: Mon Nov 7 14:24:36 2016 +0100
clutter: Fix build
Typo in get_type() function, can only be classified as post-c&p brain fart.
.../clutter/x11/clutter-input-device-tool-xi2.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter/x11/clutter-input-device-tool-xi2.h
b/clutter/clutter/x11/clutter-input-device-tool-xi2.h
index 1878b9d..97c5e5b 100644
--- a/clutter/clutter/x11/clutter-input-device-tool-xi2.h
+++ b/clutter/clutter/x11/clutter-input-device-tool-xi2.h
@@ -64,7 +64,7 @@ struct _ClutterInputDeviceToolXI2Class
ClutterInputDeviceToolClass parent_class;
};
-GType clutter_input_device_xi2_evdev_get_type (void) G_GNUC_CONST;
+GType clutter_input_device_tool_xi2_get_type (void) G_GNUC_CONST;
ClutterInputDeviceTool * clutter_input_device_tool_xi2_new (guint serial,
ClutterInputDeviceToolType type);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]