aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_screen.h')
-rw-r--r--src/c_screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_screen.h b/src/c_screen.h
index 6c93cf4..7515878 100644
--- a/src/c_screen.h
+++ b/src/c_screen.h
@@ -52,6 +52,6 @@
#include <X11/Xlib.h>
-void c_get_screen_colors(unsigned char[], Display*);
+void c_get_screen_colors(unsigned char[], Display*, unsigned int);
#endif /* __C_SCREEN_H__ */