From 502734b615b728d1e01c028df5dc92827850068e Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 10 Nov 2014 21:27:34 +0100 Subject: rename setRootAtoms to set_root_atoms to fit other names --- src/yawa.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/yawa.h') diff --git a/src/yawa.h b/src/yawa.h index 088e585..e2b5d1b 100644 --- a/src/yawa.h +++ b/src/yawa.h @@ -10,8 +10,7 @@ typedef struct typedef enum { Full, Fill, Center, Tile } ImageMode; -int setRootAtoms (Pixmap pixmap); -int getHex (char c); +int set_root_atoms (Pixmap pixmap); int parse_color (char *arg, PColor c, int a); int load_image (ImageMode mode, const char *arg, int rootW, int rootH, int alpha, Imlib_Image rootimg); -- cgit v1.2.3-54-g00ecf