Skip to content

Commit

Permalink
Merge branch 'brndnmtthws:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
brightkill authored Oct 8, 2022
2 parents a423108 + 243648e commit 7024dcc
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 198 deletions.
4 changes: 4 additions & 0 deletions src/darwin.mm
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,10 @@ int get_battery_perct(const char * /*bat*/) {
return 1;
}

void get_battery_power_draw(char * /*buffer*/, unsigned int /*n*/, const char * /*bat*/) {
printf("get_battery_power_draw: STUB\n");
}

double get_battery_perct_bar(struct text_object * /*obj*/) {
printf("get_battery_perct_bar: STUB\n");
return 0.0;
Expand Down
Loading

0 comments on commit 7024dcc

Please sign in to comment.