From 6549dede60bc1b2dde4e29aad19cf7ec71076c96 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 30 Aug 2018 15:47:44 +0200 Subject: Sanitize C++11 --- src/x11util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/x11util.h') 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 - 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_ */ -- cgit v1.2.3-55-g7522