@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user