From ca75d29bd2208ea7e2f5ccdb2b146953419be9b2 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Wed, 16 Nov 2022 13:36:25 +0000 Subject: Add placeholder text options. --- src/entry.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/entry.h') diff --git a/src/entry.h b/src/entry.h index caf8c00..335cba2 100644 --- a/src/entry.h +++ b/src/entry.h @@ -58,6 +58,7 @@ struct entry { uint32_t font_size; char font_name[MAX_FONT_NAME_LENGTH]; char prompt_text[MAX_PROMPT_LENGTH]; + char placeholder_text[MAX_PROMPT_LENGTH]; uint32_t prompt_padding; uint32_t corner_radius; uint32_t padding_top; @@ -74,6 +75,7 @@ struct entry { uint32_t outline_width; struct color foreground_color; struct color background_color; + struct color placeholder_color; struct color selection_highlight_color; struct color selection_foreground_color; struct color selection_background_color; -- cgit v1.2.3