Changeset d74a2b8 in mainline for uspace/srv/hid/display/window.c
- Timestamp:
- 2020-07-05T10:05:32Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 277168d, 762f989
- Parents:
- fc4abca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/window.c
rfc4abca rd74a2b8 798 798 799 799 /* Repaint the corresponding part of the display */ 800 800 801 gfx_rect_translate(&wnd->dpos, rect, &drect); 802 ds_display_lock(wnd->display); 801 803 (void) ds_display_paint(wnd->display, &drect); 804 ds_display_unlock(wnd->display); 802 805 } 803 806
Note:
See TracChangeset
for help on using the changeset viewer.