summaryrefslogtreecommitdiffstats
path: root/src/x11util.h
blob: 81ac0c04d05b8ae0877ade7be2889748ca1f8469 (plain) (blame)
1
2
3
4
5
6
7
8
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_ */