mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-02 23:50:50 +00:00
forgot
This commit is contained in:
@@ -693,6 +693,10 @@ void MwPixmapReloadRaw(MwLLPixmap px, unsigned char* rgb) {
|
||||
MwLLPixmapUpdate(px);
|
||||
}
|
||||
|
||||
unsigned char* MwPixmapGetRaw(MwLLPixmap pixmap) {
|
||||
return pixmap->common.raw;
|
||||
}
|
||||
|
||||
void MwPixmapGetSize(MwLLPixmap pixmap, MwRect* rect) {
|
||||
rect->width = pixmap->common.width;
|
||||
rect->height = pixmap->common.height;
|
||||
|
||||
Reference in New Issue
Block a user