[mythtv-commits] [MythTV/mythtv] 5cdda6: MythDisplay: Work around delayed window creation o...
Mark Kendall
noreply at github.com
Sun Dec 29 12:58:31 UTC 2019
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 5cdda63eaf2bd5fbddceac27cf08a5295bf28c7b
https://github.com/MythTV/mythtv/commit/5cdda63eaf2bd5fbddceac27cf08a5295bf28c7b
Author: Mark Kendall <mark.kendall at gmail.com>
Date: 2019-12-29 (Sun, 29 Dec 2019)
Changed paths:
M mythtv/libs/libmythui/mythdisplay.cpp
M mythtv/libs/libmythui/mythdisplay.h
M mythtv/libs/libmythui/platforms/mythdisplayandroid.cpp
M mythtv/libs/libmythui/platforms/mythdisplaydrm.cpp
M mythtv/libs/libmythui/platforms/mythdisplayosx.cpp
M mythtv/libs/libmythui/platforms/mythdisplaywindows.cpp
M mythtv/libs/libmythui/platforms/mythdisplayx11.cpp
Log Message:
-----------
MythDisplay: Work around delayed window creation on OSX
- we try to access the MythMainWindow instance during display creation -
but it is not yet complete and we fall back to the default, Qt
implementation
- so use a flag to indicate that the mode needs re-visiting and check at
a later stage
More information about the mythtv-commits
mailing list