Move draw_util.c to libi3.

In order to prepare for using cairo for rendering i3 decorations,
we need to make the draw_util.c from i3bar available via libi3 such
that both i3bar and i3 can use it.

relates to #1278
This commit is contained in:
Ingo Bürk
2015-11-11 23:39:15 +01:00
parent 008e32fe3e
commit 90d94298fa
5 changed files with 98 additions and 107 deletions

View File

@ -13,7 +13,6 @@
#include <cairo/cairo-xcb.h>
#include "common.h"
#include "draw_util.h"
typedef struct i3_output i3_output;