Changes in uspace/lib/ui/src/pbutton.c [cd74fa8:bc52b5b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/pbutton.c
rcd74fa8 rbc52b5b 366 366 rect.p1.y = pbutton->rect.p0.y + 1; 367 367 368 rc = gfx_set_color(pbutton->res->gc, pbutton->res->btn_ highlight_color);368 rc = gfx_set_color(pbutton->res->gc, pbutton->res->btn_face_color); 369 369 if (rc != EOK) 370 370 goto error;
Note:
See TracChangeset
for help on using the changeset viewer.