Changeset 01c2759 in mainline
- Timestamp:
- 2020-01-26T01:35:51Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc90846
- Parents:
- 28db46b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/window.c
r28db46b r01c2759 366 366 367 367 /* Determine if we have anything to do */ 368 gfx_rect_clip(&srect, rect, &crect);368 gfx_rect_clip(&srect, &wnd->rect, &crect); 369 369 if (gfx_rect_is_empty(&crect)) 370 370 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.