Fix window resizing bug; no size requests!
authorPhilip Chimento <philip.chimento@gmail.com>
Sat, 15 Sep 2012 21:28:40 +0000 (23:28 +0200)
committerPhilip Chimento <philip.chimento@gmail.com>
Sat, 15 Sep 2012 21:30:28 +0000 (23:30 +0200)
Size allocation is strictly top-down in Glk, so we actually don't
need to do size requests. All size requests are 1, so that the
window keeps its current size.


No differences found