Changeset ea9024d7 in mainline for uspace/srv/hid/display/window.c

Timestamp:
2022-05-19T08:31:50Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8b22d44
Parents:
ad698f4
git-author:
Jiri Svoboda <jiri@…> (2022-05-18 17:31:38)
git-committer:
Jiri Svoboda <jiri@…> (2022-05-19 08:31:50)
Message:

window→rect needs to be kept up to date

This caused an error if window was resized, maximized, unmaximized, due
to size mismatch between the restored window size and restored
window→rect, which was taken from old_rect, which was taken from
window→rect before maximization, which was the size when the window
was created, as opposed to the current size.

(No files)

Note: See TracChangeset for help on using the changeset viewer.