mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +00:00
Snazz up the windows with some title bar gradients. :^)
This commit is contained in:
parent
c6b7b92625
commit
0db72786cf
Notes:
sideshowbarker
2024-07-19 15:57:15 +09:00
Author: https://github.com/awesomekling
Commit: 0db72786cf
7 changed files with 95 additions and 9 deletions
|
@ -138,6 +138,10 @@ void init()
|
|||
gdt_init();
|
||||
idt_init();
|
||||
|
||||
#ifndef NO_FPU
|
||||
asm volatile("fninit");
|
||||
#endif
|
||||
|
||||
VFS::initialize_globals();
|
||||
vfs = new VFS;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue