forgot
This commit is contained in:
parent
1e74356db7
commit
dabe62d475
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue