Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-10-10 12:45:35 +03:00
parent 465de1d0ea
commit aeeae20aff
9 changed files with 240 additions and 195 deletions

View File

@@ -50,7 +50,7 @@ private:
auto ensure_egl_surface() -> void;
auto update_blur_region() -> void;
auto process_pending_text_input() -> void;
auto update_text_input_state(std::pmr::string const &text, std::size_t id,
auto update_text_input_state(std::pmr::string const &text, usize id,
Rectangle field_rect) -> void;
auto theme() const -> ColorScheme const &
{
@@ -160,7 +160,7 @@ private:
uint32_t sent_serial { 0 };
std::pmr::string *bound_text { nullptr };
std::size_t bound_id { 0 };
usize bound_id { 0 };
Rectangle bound_rect {};
struct {