diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2021-09-12 19:44:36 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2021-10-02 10:58:25 +0000 |
commit | a1edd535d35d03e2d54a49bffac39035b990a716 (patch) | |
tree | 8205f001e497ea863f6c4e4c06982e13a678cbff /x11 | |
parent | 89909595ad9b51a93554a9ee9db62c066c46a8bd (diff) |
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libwacom/files/patch-libwacom_libwacomint.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/libwacom/files/patch-libwacom_libwacomint.h b/x11/libwacom/files/patch-libwacom_libwacomint.h new file mode 100644 index 000000000000..03f98ec6b4a7 --- /dev/null +++ b/x11/libwacom/files/patch-libwacom_libwacomint.h @@ -0,0 +1,12 @@ +--- libwacom/libwacomint.h.orig 2020-06-25 22:38:10 UTC ++++ libwacom/libwacomint.h +@@ -135,6 +135,9 @@ WacomStylus* libwacom_stylus_unref(WacomStylus *stylus + WacomMatch* libwacom_match_ref(WacomMatch *match); + WacomMatch* libwacom_match_unref(WacomMatch *match); + ++#define libwacom_error_set libwacom_internal_error_set ++#define libwacom_match_new libwacom_internal_match_new ++ + void libwacom_error_set(WacomError *error, enum WacomErrorCode code, const char *msg, ...); + void libwacom_add_match(WacomDevice *device, WacomMatch *newmatch); + WacomMatch* libwacom_match_new(const char *name, WacomBusType bus, |