Changeset 06176e1 in mainline for uspace/srv/hid/display/display.c
- Timestamp:
- 2022-12-20T12:31:44Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4e7b0ad
- Parents:
- d46ac73
- git-author:
- Jiri Svoboda <jiri@…> (2022-12-19 18:31:30)
- git-committer:
- Jiri Svoboda <jiri@…> (2022-12-20 12:31:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/display.c
rd46ac73 r06176e1 304 304 gfx_rect_translate(&wnd->dpos, &wnd->rect, &drect); 305 305 306 if (gfx_pix_inside_rect(pos, &drect)) 306 if (gfx_pix_inside_rect(pos, &drect) && 307 ds_window_is_visible(wnd)) 307 308 return wnd; 308 309
Note:
See TracChangeset
for help on using the changeset viewer.