SiegeLord
SiegeLord
The minimize part of this bug turned out to be unrelated to menus or OpenGL. There was some code that was improperly setting window flags after restoring the window.
I'm gonna keep this open, since OP said there was an issue that happened even without minimizing.
WGL is Windows OpenGL in this case.
As of 0.0.40, we switched to using temporary files to pass data to gnuplot, which bypasses this limitation.
I (with consultation with Elias) removed everyone except myself and Elias from being an admin of the liballeg github organization. I personally apologize for any offense caused, but it was...
Sadly, I'm having trouble reproducing this. This doesn't happen on native Kubuntu 22.04 and virtualized Ubuntu 22.04. If I can avoid it, I'd rather not install the regular Ubuntu on...
If you don't mind, I'd like to keep this open. I think it's a good idea. Yes, you can do this using the primitives addon, but that applies to every...
Here's the way you do it with primitives addon: ```c void draw_tiled_pixmap(ALLEGRO_BITMAP *bmp, float x, float y, float w, float h) { ALLEGRO_COLOR white = al_map_rgb_f(1., 1., 1.); ALLEGRO_VERTEX vtx[]...
Did you install `liballegro-ttf5-dev`?
Yeah, I'm not sure what's wrong. I just tried this in my installation of Ubuntu 22.04 and everything appeared to work okay. I called `sudo apt install liballegro-ttf5-dev` and it...