mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Fix inconsistenly-named frame_buffer_size
This commit is contained in:
@@ -145,7 +145,7 @@ efi_main(EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *system_table)
|
|||||||
status = con_get_framebuffer(
|
status = con_get_framebuffer(
|
||||||
bootsvc,
|
bootsvc,
|
||||||
&data_header->frame_buffer,
|
&data_header->frame_buffer,
|
||||||
&data_header->frame_buffer_size,
|
&data_header->frame_buffer_length,
|
||||||
&data_header->hres,
|
&data_header->hres,
|
||||||
&data_header->vres,
|
&data_header->vres,
|
||||||
&data_header->rmask,
|
&data_header->rmask,
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ struct popcorn_data {
|
|||||||
void *acpi_table;
|
void *acpi_table;
|
||||||
|
|
||||||
void *frame_buffer;
|
void *frame_buffer;
|
||||||
size_t frame_buffer_size;
|
size_t frame_buffer_length;
|
||||||
uint32_t hres;
|
uint32_t hres;
|
||||||
uint32_t vres;
|
uint32_t vres;
|
||||||
uint32_t rmask;
|
uint32_t rmask;
|
||||||
|
|||||||
Reference in New Issue
Block a user