aboutsummaryrefslogtreecommitdiffstats
path: root/src/yawa.h
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-11-10 21:27:34 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-11-10 21:27:34 +0100
commit502734b615b728d1e01c028df5dc92827850068e (patch)
treefcdfb9867406867de015413120473a3358d80af9 /src/yawa.h
parent1df04d698bb4de1a6e8ce3c6f93c5dc551a5a7c4 (diff)
downloadyawa-502734b615b728d1e01c028df5dc92827850068e.tar.xz
rename setRootAtoms to set_root_atoms to fit other names
Diffstat (limited to 'src/yawa.h')
-rw-r--r--src/yawa.h3
1 files changed, 1 insertions, 2 deletions
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);