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

#include <cstddef>

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_ */