Changeset 14ad75c in mainline
- Timestamp:
- 2018-10-18T22:33:54Z (6 years ago)
- Parents:
- d723a80
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/button.c
rd723a80 r14ad75c 61 61 drawctx_init(&drawctx, surface); 62 62 63 drawctx_set_compose(&drawctx, compose_over); 63 64 drawctx_set_source(&drawctx, &btn->background); 64 65 drawctx_transfer(&drawctx, widget->hpos, widget->vpos,
Note:
See TracChangeset
for help on using the changeset viewer.