mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-11 21:49:53 +02:00
Everywhere: Update to clang-format 20
This commit is contained in:
@@ -6,16 +6,11 @@ class @display
|
||||
I64 driver;
|
||||
U64 fb;
|
||||
|
||||
U0(*Init)
|
||||
(I64 width, I64 height, I64 bpp, I64 driver);
|
||||
I64(*Width)
|
||||
();
|
||||
I64(*Height)
|
||||
();
|
||||
I64(*Bpp)
|
||||
();
|
||||
I64(*Driver)
|
||||
();
|
||||
U0 (*Init)(I64 width, I64 height, I64 bpp, I64 driver);
|
||||
I64 (*Width)();
|
||||
I64 (*Height)();
|
||||
I64 (*Bpp)();
|
||||
I64 (*Driver)();
|
||||
U0 (*Update)();
|
||||
};
|
||||
|
||||
|
||||
@@ -242,10 +242,8 @@ U0 @vmsvga_display_update() { @vmsvga_reg_write(VMSVGA_REG_ENABLE, 1); }
|
||||
|
||||
class @vmsvga
|
||||
{
|
||||
U0(*Init)
|
||||
(I64 w, I64 h, I64 bpp);
|
||||
U64(*FrameBuffer)
|
||||
();
|
||||
U0 (*Init)(I64 w, I64 h, I64 bpp);
|
||||
U64 (*FrameBuffer)();
|
||||
};
|
||||
|
||||
@vmsvga VMSVGA;
|
||||
|
||||
Reference in New Issue
Block a user