Added X11 window manager resize handling
[platform/core/uifw/dali-adaptor.git] / dali / internal / window-system / common / window-system.h
index d669791..9fa8b5f 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_INTERNAL_WINDOW_SYSTEM_COMMON_WINDOW_SYSTEM_H
 
 /*
- * Copyright (c) 2022 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2023 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -88,7 +88,8 @@ public:
     KEY_DOWN,
     KEY_UP,
     SELECTION_CLEAR,
-    SELECTION_NOTIFY
+    SELECTION_NOTIFY,
+    CONFIGURE_NOTIFY,
   };
 
   /**