Changes in uspace/lib/draw/surface.c [a35b458:38d150e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/draw/surface.c
ra35b458 r38d150e 59 59 return NULL; 60 60 } 61 61 62 62 size_t pixbuf_size = width * height * sizeof(pixel_t); 63 63 … … 124 124 assert(width); 125 125 assert(height); 126 126 127 127 *width = surface->pixmap.width; 128 128 *height = surface->pixmap.height;
Note:
See TracChangeset
for help on using the changeset viewer.