mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 18:20:43 +09:00
Start adding a Window class.
This commit is contained in:
parent
bd6172e3c7
commit
415c4b90c5
Notes:
sideshowbarker
2024-07-19 18:50:36 +09:00
Author: https://github.com/awesomekling
Commit: 415c4b90c5
12 changed files with 159 additions and 55 deletions
|
@ -12,8 +12,6 @@ TerminalWidget* g_tw;
|
|||
TerminalWidget::TerminalWidget(Widget* parent)
|
||||
: Widget(parent)
|
||||
{
|
||||
setIsWindow(true);
|
||||
|
||||
g_tw = this;
|
||||
|
||||
auto& font = Font::defaultFont();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue