Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gui/common.c

    r8d2dd7f2 ra35b458  
    6363                        pixel_t pixel = (cross_texture[offset] & (1 << (x % 8))) ?
    6464                            highlight : shadow;
    65                        
     65
    6666                        if (visible)
    6767                                surface_put_pixel(surface, hpos + x, vpos + y, pixel);
     
    7777        drawctx_transfer(drawctx, hpos, vpos, width - 1, 1);
    7878        drawctx_transfer(drawctx, hpos, vpos + 1, 1, height - 2);
    79        
     79
    8080        source_set_color(source, shadow);
    8181        drawctx_transfer(drawctx, hpos, vpos + height - 1, width, 1);
Note: See TracChangeset for help on using the changeset viewer.