-
Notifications
You must be signed in to change notification settings - Fork 66
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
ndk13 has incomplete GfxBase #42
Comments
Those are from Kickstart 2.04 since 1.3 didn't have those functions. |
Still, |
The workaround I've been using for now is to copy the file Would be really nice to get this fixed though. 😄 |
please test |
Works fine for me - thanks! Just added a |
While compiling using
#include <graphics/gfxbase.h>
:from what I've gathered monitor.h is empty on nix13. Filling it with with content from e.g. here solves this problem.
The text was updated successfully, but these errors were encountered: