[PATCH libinput 06/15] Keep the tablet APIs in a separate symbol version block
Peter Hutterer
peter.hutterer at who-t.net
Tue Feb 17 21:45:07 PST 2015
I keep having to move them around after merging from master and often I'm late
with it too. It's a lot easier to just have to update the dependency in a
single line, and causes less conflicts too.
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
src/libinput.sym | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/libinput.sym b/src/libinput.sym
index 65ffe3d..b31c231 100644
--- a/src/libinput.sym
+++ b/src/libinput.sym
@@ -136,9 +136,11 @@ LIBINPUT_0.11.0 {
libinput_device_group_unref;
libinput_device_pointer_has_button;
+} LIBINPUT_0.9.0;
- /* tablet APIs, they are not part of any stable API promise yet.
- * keep them separate */
+/* tablet APIs, they are not part of any stable API promise yet.
+ * keep them separate */
+LIBINPUT_TABLET_SUPPORT {
libinput_event_get_tablet_event;
libinput_event_tablet_axis_has_changed;
libinput_event_tablet_get_axis_value;
@@ -157,4 +159,4 @@ LIBINPUT_0.11.0 {
libinput_tool_ref;
libinput_tool_set_user_data;
libinput_tool_unref;
-} LIBINPUT_0.9.0;
+} LIBINPUT_0.11.0;
--
2.1.0
More information about the wayland-devel
mailing list