summaryrefslogtreecommitdiffstats
path: root/src/x11util.h
diff options
context:
space:
mode:
authorSimon Rettberg2018-08-30 15:47:44 +0200
committerSimon Rettberg2018-08-30 15:47:44 +0200
commit6549dede60bc1b2dde4e29aad19cf7ec71076c96 (patch)
tree984b01d732a8a5ee981ee3867ee69f483951326d /src/x11util.h
parentMake username placeholder configurable (diff)
downloadslxgreeter-6549dede60bc1b2dde4e29aad19cf7ec71076c96.tar.gz
slxgreeter-6549dede60bc1b2dde4e29aad19cf7ec71076c96.tar.xz
slxgreeter-6549dede60bc1b2dde4e29aad19cf7ec71076c96.zip
Sanitize C++11
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_ */