Don't fail on unrecognized split method
authorP. F. Chimento <philip.chimento@gmail.com>
Thu, 21 Apr 2011 09:52:16 +0000 (11:52 +0200)
committerP. F. Chimento <philip.chimento@gmail.com>
Thu, 21 Apr 2011 09:52:16 +0000 (11:52 +0200)
commit80632a6ab2f53b27a10756d776042c41c93a2137
tree3a57aa22e81aa6a36a717f22ec6d69dff0942532
parent31137039c1bb92f9869899cdc3126f649880d56a
Don't fail on unrecognized split method

If glk_window_open() gets unrecognized bits in the method argument, it
should give a warning instead of failing to create the window.
libchimara/window.c