summaryrefslogtreecommitdiffstats
path: root/src/x11util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11util.h')
-rw-r--r--src/x11util.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/x11util.h b/src/x11util.h
new file mode 100644
index 0000000..81ac0c0
--- /dev/null
+++ b/src/x11util.h
@@ -0,0 +1,9 @@
+#ifndef X11UTIL_H_
+#define X11UTIL_H_
+
+extern "C" {
+ #include <X11/X.h>
+ void AddPixmapToBackground(unsigned const char* imgData, int width, int height, int depth, int bytesPerLine, int byteCount);
+}
+
+#endif /* X11UTIL_H_ */