summaryrefslogtreecommitdiffstats
path: root/src/x11util.h
blob: 5f8d3e5cb0828c84c0a1a04896208c30efc646f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef X11UTIL_H_
#define X11UTIL_H_

extern "C" {
	#include <X11/X.h>
	void AddPixmapToBackground(unsigned const char* imgData, const unsigned int width, const unsigned int height,
							   const unsigned int depth, const int bytesPerLine, const size_t byteCount);
}

#endif /* X11UTIL_H_ */