pixmap works

This commit is contained in:
NishiOwO
2025-12-15 12:21:14 +09:00
parent bee6cb81ca
commit 7f43a974cd
2 changed files with 37 additions and 10 deletions

View File

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