#ifndef X11UTIL_H_ #define X11UTIL_H_ extern "C" { #include void AddPixmapToBackground(unsigned const char* imgData, int width, int height, int depth, int bytesPerLine, int byteCount); } #endif /* X11UTIL_H_ */