-
Notifications
You must be signed in to change notification settings - Fork 8
Headless tests #38
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
Headless tests #38
Conversation
44fc7d5 to
e883539
Compare
|
Does calling the function "CloseProgram" make much sense? |
|
Oh, CloseProgram would close the stuff that is needed for headless, so having only a single "CloseWindow" like raylib wouldn't work. Is my understanding correct? |
|
Yes, I think CloseProgram is closer to its use, maybe CloseWindow can be a thing too but it will also collide with windows.h |
|
I think a collision is OK. It is obviously not ideal, but no one should need to call that function. Actually, what the win32 CloseWindow does is really "MinimizeWindow". We can sort it out with something similar to Jeff's fix_win32_compatibility.h |
No description provided.