Skip to content

Conversation

JesseCol
Copy link
Collaborator

@JesseCol JesseCol commented May 8, 2024

Please don't review yet, we may not want to organize it this way, and the code is a bit jank and proof-of-concept.

This also brings the c# projects up to .net9.

@JesseCol JesseCol changed the base branch from main to user/jeffstall/drawingisland May 8, 2024 00:08
protected override void DestroyWindowCore(HandleRef hwnd)
{
_desktopChildSiteBridge?.Dispose();
_desktopChildSiteBridge = null;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can also after the bridge.

_island.Dispose();
_compositor.Dispose();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants