aboutsummaryrefslogtreecommitdiff
path: root/src/color.c
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-25 15:16:22 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-25 15:16:22 +0200
commit48aac8801df86e743f5890a3cdc4882d0af89a4e (patch)
treefbef1606ce6784a8811bc10326218dcd3183e85d /src/color.c
parent0a1fe85b05749c9d1bb23142f4f9874ec716426b (diff)
downloadjwm-48aac8801df86e743f5890a3cdc4882d0af89a4e.tar.gz
Convert remaining function definitions
Diffstat (limited to 'src/color.c')
-rw-r--r--src/color.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/color.c b/src/color.c
index 1ed527e..38f0be6 100644
--- a/src/color.c
+++ b/src/color.c
@@ -623,7 +623,9 @@ GetColorIndex(XColor *c)
/****************************************************************************
****************************************************************************/
#ifdef USE_XFT
-XftColor *GetXftColor(ColorType type) {
+XftColor *
+GetXftColor(ColorType type)
+{
unsigned long rgb;
XRenderColor rcolor;