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