Changes in uspace/lib/draw/surface.c [38d150e:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/draw/surface.c
r38d150e ra35b458 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.