diff options
Diffstat (limited to 'extras.h')
| -rw-r--r-- | extras.h | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -88,7 +88,6 @@ void i3lock_draw_elapsed_time(cairo_t *cr, | |||
| 88 | const uint32_t *resolution, | 88 | const uint32_t *resolution, |
| 89 | const time_t *now); | 89 | const time_t *now); |
| 90 | 90 | ||
| 91 | |||
| 92 | void i3lock_draw_led_clock(cairo_t *cr, | 91 | void i3lock_draw_led_clock(cairo_t *cr, |
| 93 | const i3lock_led_clock_t *lc, | 92 | const i3lock_led_clock_t *lc, |
| 94 | const uint32_t *resolution, | 93 | const uint32_t *resolution, |
| @@ -99,4 +98,9 @@ void i3lock_draw_string(cairo_t *cr, | |||
| 99 | const char *formatted_string, | 98 | const char *formatted_string, |
| 100 | const i3lock_elapsed_time_t *et, | 99 | const i3lock_elapsed_time_t *et, |
| 101 | const uint32_t *resolution); | 100 | const uint32_t *resolution); |
| 101 | |||
| 102 | char * i3lock_format_elapsed_time(char *to, | ||
| 103 | const char *template, | ||
| 104 | int max_size, | ||
| 105 | int seconds); | ||
| 102 | #endif | 106 | #endif |
