]> git.sur5r.net Git - i3/i3/commit
Implement resizing (still buggy)
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 29 Nov 2010 09:56:16 +0000 (10:56 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 29 Nov 2010 09:56:16 +0000 (10:56 +0100)
commitee45c92564f06eff0865cd2c83a2b3725dea922d
tree247e994c653024ba337355358fd2d97fb9fad277
parenta86d8ab329b94c6c259c001ab210dac84fb7535b
Implement resizing (still buggy)

Committing basic resizing functionality. We need testcases for the bugs and
then eliminate them.
Makefile
include/all.h
include/resize.h [new file with mode: 0644]
src/click.c
src/resize.c [new file with mode: 0644]