Changes in uspace/lib/gui/common.c [8d2dd7f2:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/common.c
r8d2dd7f2 ra35b458 63 63 pixel_t pixel = (cross_texture[offset] & (1 << (x % 8))) ? 64 64 highlight : shadow; 65 65 66 66 if (visible) 67 67 surface_put_pixel(surface, hpos + x, vpos + y, pixel); … … 77 77 drawctx_transfer(drawctx, hpos, vpos, width - 1, 1); 78 78 drawctx_transfer(drawctx, hpos, vpos + 1, 1, height - 2); 79 79 80 80 source_set_color(source, shadow); 81 81 drawctx_transfer(drawctx, hpos, vpos + height - 1, width, 1);
Note:
See TracChangeset
for help on using the changeset viewer.