Intermediate commit: Can draw some border, but still messy proof of concept code.

This commit is contained in:
Michael Stapelberg
2009-02-06 17:49:45 +01:00
parent 9a8cef772b
commit 1276de8974
2 changed files with 601 additions and 0 deletions

9
data.h Normal file

@ -0,0 +1,9 @@
/*
* This file defines all data structures used by i3
*
*/
typedef struct Font {
char *name;
int height;
} Font;