From dd669776d758cd41762d9961d8a7f29fe650525f Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 11 Nov 2014 01:47:18 +0100 Subject: replace all int with signed, unsigned int with unsigned --- src/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index b21c6d5..86d77ea 100644 --- a/src/utils.h +++ b/src/utils.h @@ -14,6 +14,6 @@ double parse_double(char *string, char *arg); bool -parse_color(char *arg, Color *c, int a); +parse_color(char *hex, Color *color, signed alpha); #endif -- cgit v1.2.3-54-g00ecf