sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 515ed86f4d8106d4396d5b8056fdf5600e606458
parent 5ba47d4a44b21500ed3af2670cb1c807b7fed850
Author: S. Christoffer Eliesen <christoffer@eliesen.no>
Date:   Thu, 29 Oct 2015 19:13:52 +0100

container.h: Remove unused.

Diffstat:
Minclude/container.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/container.h b/include/container.h @@ -5,8 +5,6 @@ typedef struct sway_container swayc_t; #include "layout.h" -extern struct wlc_origin mouse_origin; - enum swayc_types{ C_ROOT, C_OUTPUT,