refactor font caching to just save the ID instead of mainting a cache with pattern→id-mapping

This commit is contained in:
Michael Stapelberg
2011-03-10 23:20:17 +01:00
parent 6e4a2b0b96
commit f162e7efaa
11 changed files with 35 additions and 56 deletions

View File

@ -86,7 +86,7 @@ struct Mode {
*/
struct Config {
const char *terminal;
const char *font;
i3Font font;
const char *ipc_socket_path;
const char *restart_state_path;