Changed from SINCE_2_2.0 to SINCE_2_2.1 about WindowType 91/283891/1
authorjoogab.yun <joogab.yun@samsung.com>
Mon, 7 Nov 2022 01:25:38 +0000 (10:25 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Mon, 7 Nov 2022 01:25:38 +0000 (10:25 +0900)
Change-Id: I953b79ca37eed67cd30f283189915f3098becd38

dali/public-api/adaptor-framework/window-enumerations.h

index b271044..b33132d 100644 (file)
@@ -54,7 +54,7 @@ enum class WindowType
   UTILITY,      ///< A persistent utility window, like a toolbox or palette. @SINCE_2_0.0
   DIALOG,       ///< Used for simple dialog window. @SINCE_2_0.0
   IME,          ///< Used for Ime keyboard window. It should be set in application New function. @SINCE_2_0.33
-  DESKTOP       ///< Used for desktop windows. @SINCE_2_2.0
+  DESKTOP       ///< Used for desktop windows. @SINCE_2_2.1
 };
 
 /**