/* * This file defines all data structures used by i3 * */ typedef struct Font { char *name; int height; } Font;