Changeset d70e7b7b in mainline
- Timestamp:
- 2020-06-05T15:29:57Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6301a24f
- Parents:
- 978c9bc5
- Location:
- uspace/srv/hid/display
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/seat.c
r978c9bc5 rd70e7b7b 240 240 * 241 241 * Repaint the pointer after it has moved or changed. This is done by 242 * repainting the are of the display previously (@a old_rect) and currently242 * repainting the area of the display previously (@a old_rect) and currently 243 243 * covered by the pointer. 244 244 * -
uspace/srv/hid/display/window.c
r978c9bc5 rd70e7b7b 671 671 } 672 672 673 /** Window memory GC update callbac .673 /** Window memory GC update callback. 674 674 * 675 675 * This is called by the window's memory GC when a rectangle us updated.
Note:
See TracChangeset
for help on using the changeset viewer.