summaryrefslogtreecommitdiff
path: root/src/libinput.sym
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2015-02-18 10:51:39 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2015-03-02 13:19:01 +1000
commit1e912b460ae54c5768c5985305f545ce0f6c47f7 (patch)
tree15fbb48c40cca6a5c98e3ca80b22260857ec188d /src/libinput.sym
parent9088138c800284f612854e2a29b3cf319853dcc5 (diff)
Keep the tablet APIs in a separate symbol version block
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@who-t.net> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com> Reviewed-by: Stephen Chandler Paul <thatslyude@gmail.com>
Diffstat (limited to 'src/libinput.sym')
-rw-r--r--src/libinput.sym9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/libinput.sym b/src/libinput.sym
index dbd4d0f..5561478 100644
--- a/src/libinput.sym
+++ b/src/libinput.sym
@@ -139,8 +139,11 @@ LIBINPUT_0.11.0 {
} LIBINPUT_0.9.0;
LIBINPUT_0.12.0 {
- /* tablet APIs, they are not part of any stable API promise yet.
- * keep them separate */
+} LIBINPUT_0.11.0;
+
+/* 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;
@@ -160,4 +163,4 @@ LIBINPUT_0.12.0 {
libinput_tool_ref;
libinput_tool_set_user_data;
libinput_tool_unref;
-} LIBINPUT_0.11.0;
+} LIBINPUT_0.12.0;