]> git.sur5r.net Git - i3/i3/blob - include/font.h
Add vim hints, copyright notice to each file, add LICENSE, retab! everything
[i3/i3] / include / font.h
1 /*
2  * vim:ts=8:expandtab
3  *
4  * i3 - an improved dynamic tiling window manager
5  *
6  * (c) 2009 Michael Stapelberg and contributors
7  *
8  * See file LICENSE for license information.
9  *
10  */
11 #include <xcb/xcb.h>
12
13 #include "data.h"
14
15 #ifndef _FONT_H
16 #define _FONT_H
17
18 i3Font *load_font(xcb_connection_t *c, const char *pattern);
19
20 #endif