Files
wxWidgets/include/wx/private
Vadim Zeitlin 22c18a107e Invalidate wxDisplay cache under MSW when the displays change
The cache added in 990c8bfd73 was not
invalidated properly, meaning that wrong information was returned when
displays were [dis]connected after the application startup.

Fix this at least for MSW by invalidating the cache on receiving
WM_DISPLAYCHANGE (which means that sometimes we will do it
unnecessarily, as the change in resolution of an existing display
doesn't require cache invalidation, but this shouldn't be a big problem
in practice as the speed with which the user can change the display
resolution is not very high).

Closes https://github.com/wxWidgets/wxWidgets/pull/1090
2019-01-04 14:09:56 +01:00
..
2014-03-30 00:02:23 +00:00
2014-03-30 00:02:23 +00:00
2017-05-20 17:01:58 +02:00
2016-02-10 20:38:10 +01:00
2015-09-23 00:52:30 +02:00
2014-05-15 22:32:17 +00:00
2014-05-15 22:32:17 +00:00