]> git.sur5r.net Git - i3/i3/commit - include/resize.h
Bugfix: Store width_factor/height_factor per workspace, not per container
authorMichael Stapelberg <michael+x200@stapelberg.de>
Sat, 9 May 2009 15:48:35 +0000 (17:48 +0200)
committerMichael Stapelberg <michael+x200@stapelberg.de>
Sat, 9 May 2009 15:50:51 +0000 (17:50 +0200)
commit5b4f10eacaf27db8ff9fd88f2a77134cdd0f09cf
treebf51aef1a7962ed0539ad26b3ca867058165b56d
parent18da0a301750dc18d063ffeb6f95e484d46fef0d
Bugfix: Store width_factor/height_factor per workspace, not per container

This is a relatively big change, however all cases should be handled by
now.

Because the function to do graphical resizing got rather large, I’ve created
a new file src/resize.c for it.

This fixes ticket #35.
docs/hacking-howto
include/commands.h
include/data.h
include/layout.h
include/resize.h [new file with mode: 0644]
src/handlers.c
src/layout.c
src/resize.c [new file with mode: 0644]
src/table.c