diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2024-08-02 09:03:40 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-08-02 09:03:40 +0200 |
commit | e7da3828207713d529a10e093a40d5abba1c0220 (patch) | |
tree | 7320ad1a7c7e891c00827e9b2867a1e0fbc2d536 /src/util.h | |
parent | e8fc1baf5ad574a01b65e3a3ec415f212f326550 (diff) | |
parent | 64edeaaa4c7492d090b4069de2eae5f411ff1cd4 (diff) |
Merge remote-tracking branch 'origin/master' into obsdobsd
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |