summaryrefslogtreecommitdiff
path: root/src/glyph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glyph.h')
-rw-r--r--src/glyph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glyph.h b/src/glyph.h
index b475fac..9ac88fa 100644
--- a/src/glyph.h
+++ b/src/glyph.h
@@ -39,7 +39,7 @@ typedef struct {
} glyph_t;
glyph_t* glyph_load_at_size(const gchar* pszName, gint nMaxWidth, gint nMaxHeight);
-glyph_t* glyph_load(const gchar* pszName);
+#define glyph_load(_name) glyph_load_at_size(_name, -1, -1)
void glyph_reload_all(void);