aboutsummaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h
index 1fd772c0..6a668fd6 100644
--- a/include/util.h
+++ b/include/util.h
@@ -3,6 +3,7 @@
3 3
4#include <stdint.h> 4#include <stdint.h>
5#include <stdbool.h> 5#include <stdbool.h>
6#include <wayland-server-protocol.h>
6 7
7/** 8/**
8 * Wrap i into the range [0, max[ 9 * Wrap i into the range [0, max[
@@ -29,4 +30,6 @@ bool parse_boolean(const char *boolean, bool current);
29 */ 30 */
30float parse_float(const char *value); 31float parse_float(const char *value);
31 32
33const char *sway_wl_output_subpixel_to_string(enum wl_output_subpixel subpixel);
34
32#endif 35#endif