aboutsummaryrefslogtreecommitdiff
path: root/client/ui.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-29 17:01:19 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-29 17:01:19 +0200
commit1c7c0bd747c839fb1e449e98cec942894821addf (patch)
tree01ac940d42dcfc767afa191efd7ecbd0ab73dcc5 /client/ui.h
parent59802547c336d61aa7e950414a3f44180e211974 (diff)
`make format`
Diffstat (limited to 'client/ui.h')
-rw-r--r--client/ui.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/client/ui.h b/client/ui.h
index 433d610..afb0817 100644
--- a/client/ui.h
+++ b/client/ui.h
@@ -48,11 +48,10 @@ void w2_ui_set_fg(w2_e_colors color);
void w2_ui_set_bg(w2_e_colors color);
/** align `text` `align` with `text` buffer length `length` */
-void w2_ui_align(char* text, w2_e_alignment align, unsigned int length);
+void w2_ui_align(char *text, w2_e_alignment align, unsigned int length);
/**
* trim spaces from `top` and overlay on top of `bottom`
* both strings should be at least `length` long
*/
-void w2_ui_overlay(char* bottom, char* top, unsigned int length);
-
+void w2_ui_overlay(char *bottom, char *top, unsigned int length);