mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 09:44:04 +00:00
Fix Haiku build
Missing new OS-specific call, stubbed for now.
This commit is contained in:
parent
8f403251a8
commit
16b89074d7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user