Misc: Review pass on the previous commits

* Unbreak the Device test
* Rename a few things
* Tweak a few comments
This commit is contained in:
NiLuJe
2023-08-12 03:15:11 +02:00
parent d52d537479
commit be05af284b
9 changed files with 25 additions and 21 deletions

View File

@@ -25,6 +25,8 @@ describe("device module", function()
scaleBySize = fb.scaleBySize,
setWindowTitle = function() end,
refreshFull = function() end,
getHWNightmode = function() return false end,
setupDithering = function() end,
}
end
}