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)
commit2fe03fa2bb6ccf5450e644dcbd08c51d971aab66
tree3b7bc9f0e170954e1fda33498fc87ed40983d791
parent59f3bc1e4f21377c362c1f497fb225711127d7a0
Fix window resizing bug; no size requests!

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.
libchimara/chimara-glk.c