summaryrefslogtreecommitdiffstats
path: root/src/x11util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11util.h')
-rw-r--r--src/x11util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/x11util.h b/src/x11util.h
index 81ac0c0..5f8d3e5 100644
--- a/src/x11util.h
+++ b/src/x11util.h
@@ -3,7 +3,8 @@
extern "C" {
#include <X11/X.h>
- void AddPixmapToBackground(unsigned const char* imgData, int width, int height, int depth, int bytesPerLine, int byteCount);
+ 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_ */