Fix Haiku build

Missing new OS-specific call, stubbed for now.
This commit is contained in:
François Revol 2023-08-05 13:19:21 +02:00 committed by Brenden Matthews
parent 8f403251a8
commit 16b89074d7
1 changed files with 4 additions and 0 deletions

View File

@ -175,6 +175,10 @@ double get_battery_perct_bar(struct text_object *obj) {
return batperct;
}
void get_battery_power_draw(char *buffer, unsigned int n, const char *bat) {
// TODO
}
int open_acpi_temperature(const char *name) { return -1; }
void get_acpi_ac_adapter(char *p_client_buffer, size_t client_buffer_size,