mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 07:37:03 +00:00
Everywhere: Fix typos
This commit is contained in:
parent
7ad31651bd
commit
421587c15c
Notes:
sideshowbarker
2024-07-18 23:00:25 +09:00
Author: https://github.com/linusg
Commit: 421587c15c
Pull-request: https://github.com/SerenityOS/serenity/pull/5048
12 changed files with 16 additions and 16 deletions
|
@ -527,7 +527,7 @@ void Compositor::flush(const Gfx::IntRect& a_rect)
|
|||
{
|
||||
auto rect = Gfx::IntRect::intersection(a_rect, Screen::the().rect());
|
||||
|
||||
// Almost everything in Compositor is in logical coordintes, with the painters having
|
||||
// Almost everything in Compositor is in logical coordinates, with the painters having
|
||||
// a scale applied. But this routine accesses the backbuffer pixels directly, so it
|
||||
// must work in physical coordinates.
|
||||
rect = rect * Screen::the().scale_factor();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue