]> git.tdb.fi Git - libs/gui.git/commitdiff
Use windowShouldClose rather than windowWillClose
authorMikko Rasa <tdb@tdb.fi>
Thu, 17 Oct 2013 07:40:01 +0000 (10:40 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 17 Oct 2013 07:40:01 +0000 (10:40 +0300)
This prevents a crash when the autorelease pool is released (no clue what
exactly goes wrong) and allows the application to decide whether to close
the window or not.


No differences found