about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibxcbxinputtypes.h
diff options
context:
space:
mode:
authorFrank Benkstein <frank@benkstein.net>2024-01-08 00:05:15 +0100
committerGitHub <noreply@github.com>2024-01-08 00:05:15 +0100
commit411a52e16fe29b2af581f0e485c2042dd07ea07c (patch)
tree1a565424a0a2caf0dff129043a0ea1584c42bece /src/wrapped/generated/wrappedlibxcbxinputtypes.h
parent41bfd757ad55623bd5c83ae2946390e50a48de3b (diff)
downloadbox64-411a52e16fe29b2af581f0e485c2042dd07ea07c.tar.gz
box64-411a52e16fe29b2af581f0e485c2042dd07ea07c.zip
expose minimal libxcb-xinput wrapper (#1192)
Expose minimal libxcb-xinput interface, enough to run the Enpass
password manager. Also expose XkbGetIndicatorState since that is also
required.
Diffstat (limited to 'src/wrapped/generated/wrappedlibxcbxinputtypes.h')
-rw-r--r--src/wrapped/generated/wrappedlibxcbxinputtypes.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibxcbxinputtypes.h b/src/wrapped/generated/wrappedlibxcbxinputtypes.h
new file mode 100644
index 00000000..8b8d1869
--- /dev/null
+++ b/src/wrapped/generated/wrappedlibxcbxinputtypes.h
@@ -0,0 +1,17 @@
+/*******************************************************************
+ * File automatically generated by rebuild_wrappers.py (v2.4.0.20) *
+ *******************************************************************/
+#ifndef __wrappedlibxcbxinputTYPES_H_
+#define __wrappedlibxcbxinputTYPES_H_
+
+#ifndef LIBNAME
+#error You should only #include this file inside a wrapped*.c file
+#endif
+#ifndef ADDED_FUNCTIONS
+#define ADDED_FUNCTIONS() 
+#endif
+
+
+#define SUPER() ADDED_FUNCTIONS()
+
+#endif // __wrappedlibxcbxinputTYPES_H_