mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-09-22 14:55:05 +08:00
Update release
This commit is contained in:
@@ -6372,6 +6372,11 @@ WindowsGDIResourceManager
|
||||
return layoutProvider.Obj();
|
||||
}
|
||||
|
||||
Ptr<IGuiGraphicsElement> CreateRawElement() override
|
||||
{
|
||||
return Ptr(GuiDirect2DElement::Create());
|
||||
}
|
||||
|
||||
void NativeWindowCreated(INativeWindow* window)override
|
||||
{
|
||||
auto renderTarget = Ptr(new WindowsDirect2DRenderTarget(window));
|
||||
@@ -12931,6 +12936,11 @@ WindowsGDIResourceManager
|
||||
return layoutProvider.Obj();
|
||||
}
|
||||
|
||||
Ptr<IGuiGraphicsElement> CreateRawElement() override
|
||||
{
|
||||
return Ptr(GuiGDIElement::Create());
|
||||
}
|
||||
|
||||
void NativeWindowCreated(INativeWindow* window)override
|
||||
{
|
||||
auto renderTarget = Ptr(new WindowsGDIRenderTarget(window));
|
||||
|
||||
Reference in New Issue
Block a user