Changeset bb65ccb3 in mainline for uspace/app/taskbar/clock.h
- Timestamp:
- 2023-04-14T13:05:15Z (21 months ago)
- Children:
- 00ef082
- Parents:
- 4bfb5a0
- git-author:
- SimonJRiddix <69309548+simonjriddix@…> (2023-04-14 13:05:15)
- git-committer:
- GitHub <noreply@…> (2023-04-14 13:05:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/clock.h
r4bfb5a0 rbb65ccb3 54 54 extern void taskbar_clock_set_rect(taskbar_clock_t *, gfx_rect_t *); 55 55 56 void american_clock_format(struct tm time, char *buf, size_t bsize); 57 void american_seconds_clock_format(struct tm time, char *buf, size_t bsize); 58 void italian_clock_format(struct tm time, char *buf, size_t bsize); 59 void italian_seconds_clock_format(struct tm time, char *buf, size_t bsize); 60 void set_clock_format(void); 61 62 typedef void (*ClockFormat)(struct tm, char *, size_t); 63 56 64 #endif 57 65
Note:
See TracChangeset
for help on using the changeset viewer.