]> git.sur5r.net Git - i3/i3/commit
Store aspect_ratio instead of weird proportional_{width,height} (Thanks phillip)
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 29 Jun 2013 21:11:54 +0000 (23:11 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 29 Jun 2013 21:11:54 +0000 (23:11 +0200)
commitf55b7977e8fca2c2cf9b84c56ca5ee04afef8078
treedafab0ebdd704ba37b989fdea189e5f01198cfc1
parentc4d44187457216693216a54f5ce95b22912ff088
Store aspect_ratio instead of weird proportional_{width,height} (Thanks phillip)

This commit only goes to “next” because I am not sure whether it
actually makes things better in all cases and want to give it some
testing first.

There was no documented reason behind using the
proportional_{width,height} variables, so I suppose that code was just
stupidity on my part (it was written merely a month after I started this
project in 2009).

fixes #1032
include/data.h
src/con.c
src/handlers.c
src/render.c