Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/draw/surface.c

    r38d150e ra35b458  
    5959                return NULL;
    6060        }
    61        
     61
    6262        size_t pixbuf_size = width * height * sizeof(pixel_t);
    6363
     
    124124        assert(width);
    125125        assert(height);
    126        
     126
    127127        *width = surface->pixmap.width;
    128128        *height = surface->pixmap.height;
Note: See TracChangeset for help on using the changeset viewer.