mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 09:28:13 +00:00
LibEDID: Store EDID version instead of allocating on each getter call
This also let's us use a KString instead of a string when we're in the Kernel, which opens the path for OOM-failure propagation.
This commit is contained in:
parent
5b572393a9
commit
4a15ed6164
3 changed files with 25 additions and 5 deletions
|
@ -4,7 +4,6 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <AK/String.h>
|
||||
#include <LibEDID/VIC.h>
|
||||
|
||||
namespace EDID {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue