]> 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:48:35 +0000 (17:48 +0200)
commit8e1990f0586e6d326b6b8a10752bcc5085ddd088
treecac484cb6bc2043b5afb51a02d2786c451a5eb2e
parentd24e47a0f3225f1f17194a589a39674f5a5be3d0
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