Sync changes from upstream repository

Co-authored-by: croudyj <croudyj@gmail.com>
Co-authored-by: Dale Fugier <dale@mcneel.com>
Co-authored-by: Dale Lear <dalelear@mcneel.com>
Co-authored-by: Greg Arden <greg@mcneel.com>
Co-authored-by: jlasor <jeff@mcneel.com>
Co-authored-by: Joshua Kennedy <joshuakennedy102@gmail.com>
Co-authored-by: Pierre Cuvilliers <pierre@mcneel.com>
Co-authored-by: Steve Baer <steve@mcneel.com>
This commit is contained in:
Bozo The Builder
2023-05-19 16:14:53 -07:00
parent 2d71f42b17
commit 24b8c988cc
49 changed files with 2582 additions and 893 deletions

View File

@@ -37,8 +37,8 @@ public:
static const wchar_t* XMLPath(void)
{
return ON_RDK_DOCUMENT ON_RDK_SLASH ON_RDK_SETTINGS ON_RDK_SLASH
ON_RDK_RENDERING ON_RDK_SLASH ON_RDK_RENDER_CHANNELS;
return ON_RDK_DOCUMENT ON_XML_SLASH ON_RDK_SETTINGS ON_XML_SLASH
ON_RDK_RENDERING ON_XML_SLASH ON_RDK_RENDER_CHANNELS;
}
ON_RenderChannels::ON_RenderChannels()
@@ -179,6 +179,6 @@ void* ON_RenderChannels::EVF(const wchar_t* func, void* data)
return nullptr;
}
void ON_RenderChannels::InvalidateCache(void)
void ON_RenderChannels::OnInternalXmlChanged(const ON_RenderChannels*)
{
}