Move stuff to include/ and src/
This commit is contained in:
10
include/font.h
Normal file
10
include/font.h
Normal file
@ -0,0 +1,10 @@
|
||||
#include <xcb/xcb.h>
|
||||
|
||||
#include "data.h"
|
||||
|
||||
#ifndef _FONT_H
|
||||
#define _FONT_H
|
||||
|
||||
i3Font *load_font(xcb_connection_t *c, const char *pattern);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user