diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2015-01-17 15:25:50 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2015-01-17 15:25:50 +0200 |
commit | 6ac8d8c4d8b12b37e664fd1d0c034c8fdef9c5f4 (patch) | |
tree | 090a8fb647f744d22429479ff11933cf72ef14b1 /lib/internal.h | |
parent | 96cc64a597b9cac555289f472e1867a220007e7a (diff) | |
download | bemenu-6ac8d8c4d8b12b37e664fd1d0c034c8fdef9c5f4.tar.gz bemenu-6ac8d8c4d8b12b37e664fd1d0c034c8fdef9c5f4.tar.bz2 bemenu-6ac8d8c4d8b12b37e664fd1d0c034c8fdef9c5f4.zip |
Change font functions to function on pango style font descriptions instead of size
and name.
Diffstat (limited to 'lib/internal.h')
-rw-r--r-- | lib/internal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/internal.h b/lib/internal.h index 290a2f7..112e7bd 100644 --- a/lib/internal.h +++ b/lib/internal.h @@ -173,11 +173,6 @@ struct bm_font { * Name of the font. */ char *name; - - /** - * Size of font. - */ - uint32_t size; }; /** |