]> git.sur5r.net Git - i3/i3/commit - src/resize.c
Turn nested functions into real functions or macros
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 7 Mar 2010 18:00:34 +0000 (19:00 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 7 Mar 2010 18:00:34 +0000 (19:00 +0100)
commit85308715ea3eb40d3af59a81527d049fe560f977
tree1ee20acca3d44790d5abb8f03e85c4ecb4303248
parentf66d018e0252853e919bee52819ad62aaa5eb37f
Turn nested functions into real functions or macros

This enables compilation with llvm-clang and thus closes ticket #101.
While it makes the code more ugly, I don’t see a beautiful solution
which would enable us to stay with the more elegant solution of
nested functions and still allow compilation with any other compiler
than gcc.
common.mk
include/floating.h
src/commands.c
src/floating.c
src/resize.c