Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed 'DC': undeclared identifier error #19

Open
wants to merge 2 commits into
base: docking
Choose a base branch
from

Conversation

gonzaloivan121
Copy link

I've been trying to fix this "'DC': undeclared identifier" error and I finally was able to fix it.

I noticed in the lines 3839 and 3841, the DC.Layouts calls were not being used correctly.

In order to check if the window is not a null pointer. This made the application crash
@Nuxar1
Copy link

Nuxar1 commented Nov 19, 2023

This is wrong. The for loop has to be completely removed. If not there's a use-after-free bug.

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