Changeset 23eded3 in gitlab

Timestamp:
May 1, 2017, 8:34:05 PM (7 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
master
Children:
a8c7cdf
Parents:
7be396a
Message:

Fix endless event loop in Haiku

SDL for Haiku always send a WM size change at init. We did catch that it
would not cause any SDL mode set, so we ignored it, but we forgot to
reset the resize width and height. So each run of the event loop would
try to resize the window again and again to the same size.

Thanks to event throttling this was not very noticeable, the main
consequence was that some stuff was reset and for example the tooltips
in the status bar were not showing at all.

(No files)

Note: See TracChangeset for help on using the changeset viewer.