aboutsummaryrefslogtreecommitdiffstats
path: root/src/yawa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yawa.h')
-rw-r--r--src/yawa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yawa.h b/src/yawa.h
index e2b5d1b..38f15a4 100644
--- a/src/yawa.h
+++ b/src/yawa.h
@@ -5,13 +5,13 @@
typedef struct
{
int r, g, b, a;
-} Color, *PColor;
+} Color;
typedef enum
{ Full, Fill, Center, Tile } ImageMode;
int set_root_atoms (Pixmap pixmap);
-int parse_color (char *arg, PColor c, int a);
+bool parse_color (char *arg, Color *c, int a);
int load_image (ImageMode mode, const char *arg, int rootW, int rootH, int alpha,
Imlib_Image rootimg);