mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:47:35 +00:00
LibVT: Use NNOP<KString> to store window titles in the Kernel
This will allow us to eventually propagate allocation failure.
This commit is contained in:
parent
c8db8d6152
commit
5b572393a9
3 changed files with 24 additions and 3 deletions
|
@ -7,11 +7,14 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/Noncopyable.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <LibVT/Color.h>
|
||||
#include <LibVT/XtermColors.h>
|
||||
|
||||
#ifndef KERNEL
|
||||
# include <AK/String.h>
|
||||
#endif
|
||||
|
||||
namespace VT {
|
||||
|
||||
struct Attribute {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue