summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2024-08-02 09:03:40 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2024-08-02 09:03:40 +0200
commite7da3828207713d529a10e093a40d5abba1c0220 (patch)
tree7320ad1a7c7e891c00827e9b2867a1e0fbc2d536 /src/util.h
parente8fc1baf5ad574a01b65e3a3ec415f212f326550 (diff)
parent64edeaaa4c7492d090b4069de2eae5f411ff1cd4 (diff)
Merge remote-tracking branch 'origin/master' into obsdobsd
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 6adeed9..a7ded89 100644
--- a/src/util.h
+++ b/src/util.h
@@ -77,6 +77,7 @@ extern void LocateStandardColormaps(void);
extern void GetColor(int kind, Pixel *what, const char *name);
extern void GetColorValue(int kind, XColor *what, const char *name);
extern void GetFont(MyFont *font);
+extern void DestroyFont(MyFont *font);
extern int MyFont_TextWidth(MyFont *font, const char *string, int len);
extern void MyFont_DrawImageString(Display *dpy, Drawable d, MyFont *font,
GC gc, int x, int y, const char *string,