mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
Moved CreateGraphcsDevice and InvokePaint implementations to RenderWindowBase
This commit is contained in:
@@ -51,12 +51,7 @@ namespace Microsoft.Iris.Session
|
||||
{
|
||||
}
|
||||
|
||||
public UISession(
|
||||
SKSurface skSurface,
|
||||
RenderWindowBase renderWindow,
|
||||
EventHandler rendererConnectedCallback,
|
||||
TimeoutHandler handlerTimeout,
|
||||
uint timeoutSecValue)
|
||||
public UISession(SKSurface skSurface, RenderWindowBase renderWindow, EventHandler rendererConnectedCallback, TimeoutHandler handlerTimeout, uint timeoutSecValue)
|
||||
{
|
||||
_syncWindowHandler = new SimpleCallback(SyncWindowHandler);
|
||||
_queueSyncLayoutComplete = new SimpleQueue();
|
||||
|
||||
Reference in New Issue
Block a user