-
Notifications
You must be signed in to change notification settings - Fork 52
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
Supoort for SDL2 #20
Comments
I replaced "SDL_SetVideoMode" in gluqlo.c, but it does not work:
Any hint? |
I created a fork of gluqlo with SDL2 support. You will need to set the environment variable EDIT: fixed the screensaver settings/demo preview display |
Thanks, kreddkrikk. I have tried your improved version. It works, except the preview in xscreensaver-demo. |
In here, it opens the screensavers, shows the flipclock and imediately goes back to the normal screen. As if i had moved my mouse or something. Doesn't happens with other xscreensavers examples. How would i fix this? |
I've now fixed the preview in xscreensaver-demo and xscreensaver-settings.
How is gluqlo starting? Are you running it separately (ie |
In Fedora 35, SDL has been updated to version 2. Please add the support for SDL2. The SDL_SetVideoMode (available in SDL 1.x) should be replaced with SDL_CreateWindow..
The text was updated successfully, but these errors were encountered: