pixmap works

This commit is contained in:
Nishi 2025-12-15 12:21:14 +09:00
commit 7f43a974cd
2 changed files with 38 additions and 11 deletions

View file

@ -115,6 +115,8 @@ struct _MwLLWaylandColor {
struct _MwLLWaylandPixmap {
struct _MwLLCommonPixmap common;
cairo_surface_t* cs;
};
#endif