]> git.sur5r.net Git - i3/i3/commit
Move draw_util.c to libi3.
authorIngo Bürk <ingo.buerk@tngtech.com>
Wed, 11 Nov 2015 22:39:15 +0000 (23:39 +0100)
committerIngo Bürk <ingo.buerk@tngtech.com>
Mon, 23 Nov 2015 21:18:02 +0000 (22:18 +0100)
commit90d94298fa388e58a0f54607f0ab7a46108e84e7
tree64c8908b75ad83867ea28d3747bc6bd4197cbee7
parent008e32fe3e3bf428e492d273b36d975f38fc4698
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
i3bar/include/common.h
i3bar/include/draw_util.h [deleted file]
i3bar/include/outputs.h
i3bar/src/draw_util.c [deleted file]
include/libi3.h
libi3/draw_util.c [new file with mode: 0644]