#ifndef X11UTIL_H_ #define X11UTIL_H_ #include extern "C" { #include 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_ */