We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
Porting the glspectrum plugin to use GtkGLArea (available since GTK 3.16) would be beneficial for two reasons:
glspectrum
GtkGLArea
As my OpenGL knowledge is not good enough to port this plugin myself, I file this here as enhancement. Patches are welcome. 🙂
Additional information
CC: @CBke, @carlo-bramini as you have been contributors for this plugin
The text was updated successfully, but these errors were encountered:
If I remember well, an user should be able to compile Audacious also with Gtk+2. Is it correct?
Sorry, something went wrong.
Yes, for GTK 2 the code has to stay as it is. We can either use ifdefs or split the code into two files if there is not much to share.
#ifdef USE_GTK3 ... else ... #endif
No branches or pull requests
Description
Porting the
glspectrum
plugin to useGtkGLArea
(available since GTK 3.16) would be beneficial for two reasons:As my OpenGL knowledge is not good enough to port this plugin myself, I file this here as enhancement. Patches are welcome. 🙂
Additional information
CC: @CBke, @carlo-bramini as you have been contributors for this plugin
The text was updated successfully, but these errors were encountered: