wxWidgets/include/wx/private
dasimx a15004fc5f Fix handling display disconnection under wxMSW
Information about display cached in wxDisplayFactory::m_impls and in
wxDisplayFactoryMSW::m_displays could get out of sync after removing a
display from the system, resulting in failures when calling various
wxDisplay functions later.

To fix this, reuse InvalidateCache() to invalidate the cache in
wxDisplayFactoryMSW too, making it virtual in order to allow overriding
it there. Also call InvalidateCache() from wxDisplayFactoryMSW itself
instead of doing it from wxWindow, as this works even when the
application isn't showing any windows (and also keeps all
display-related code together).

Closes https://github.com/wxWidgets/wxWidgets/pull/1246
2019-03-29 23:19:59 +01:00
..
addremovectrl.h Fix wxGTK 1 build after gtk/gtk.h wrapper header addition 2018-07-10 14:54:19 +02:00
display.h Fix handling display disconnection under wxMSW 2019-03-29 23:19:59 +01:00
eventloopsourcesmanager.h
extfield.h Rename wxExternalField methods to not mention "Window" 2017-11-22 03:05:03 +01:00
fd.h
fdiodispatcher.h
fdioeventloopsourcehandler.h
fdiohandler.h
fdiomanager.h
fileback.h
filename.h
flagscheck.h
fontmgr.h Fix wxDFB build after the font changes 2018-09-17 15:24:40 +02:00
fswatcher.h
graphics.h
icondir.h
jsscriptwrapper.h Fix wxWebView::RunScript() with string containing backslashes 2018-02-22 13:44:00 +01:00
launchbrowser.h
markupparser.h
markupparserattr.h Add support for strike through attribute to markup spans 2018-09-17 15:24:42 +02:00
menuradio.h
notifmsg.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
overlay.h Adding native macos Cocoa implementation for overlays into build files 2017-09-09 23:34:50 +02:00
pipestream.h
preferences.h
richtooltip.h
sckaddr.h
secretstore.h
selectdispatcher.h
socket.h Use wxTimeVal_t instead of timeval to fix 64 bit Cygwin problems 2018-01-14 02:25:51 +01:00
streamtempinput.h
textmeasure.h
threadinfo.h
timer.h
tlwgeom.h Fix saving/restoring window position for maximized windows 2018-04-29 20:35:44 +02:00
uiaction.h
window.h
wxprintf.h Fix some harmless gcc 7 -Wimplicit-fallthrough warnings 2018-02-03 18:22:45 +01:00