working pixmap

This commit is contained in:
IoIxD 2025-12-05 15:18:21 -07:00
commit 495ea93c74
2 changed files with 48 additions and 4 deletions

View file

@ -104,6 +104,7 @@ struct _MwLLWaylandColor {
struct _MwLLWaylandPixmap {
struct _MwLLCommonPixmap common;
GLuint texture;
};
#endif