Respect size hints when resizing with wheel.
commitbf88570a5f8f3ebd14ea080742170e01978f6a45
authorIain Patterson <wm@iain.cx>
Mon, 12 Oct 2009 09:24:55 +0000 (12 10:24 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 12 Oct 2009 13:24:13 +0000 (12 15:24 +0200)
tree69fd893b16684b71cc53fc367804dcd2303be38e
parenta3246cfe3b5ae0c9ddf54298b65b12d146e3126d
Respect size hints when resizing with wheel.

Use height and width increment when wheel resizing if size hints are
set on a window and meaningful height and width increments are
specified.
Windows which don't care about their resize increments will have height
and width increments set to 1.  For these windows - and windows without
resize hints at all - use the setting configured with ResizeIncrement.
src/window.c