Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>

Changes to be committed:
This commit is contained in:
ma-shaoyin 2024-06-08 15:38:52 +08:00
parent bc43e6da51
commit b1926e3958

View File

@ -52,7 +52,8 @@ struct PanelAdjustInfo {
class InputMethodPanel {
public:
static constexpr uint32_t INVALID_WINDOW_ID = 0;
static constexpr uint32_t INIT_WINDOW_ID = 0;
static constexpr uint32_t INVALID_WINDOW_ID = INIT_WINDOW_ID - 1;
using CallbackFunc = std::function<void(uint32_t, PanelFlag)>;
InputMethodPanel() = default;
~InputMethodPanel();