[NUI]Change GetWindowList() to static (#956)
authortscholb <scholb.kim@samsung.com>
Thu, 1 Aug 2019 05:13:09 +0000 (14:13 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 1 Aug 2019 05:13:08 +0000 (14:13 +0900)
src/Tizen.NUI/src/internal/Application.cs

index af1f535..ce8479f 100755 (executable)
@@ -1354,7 +1354,7 @@ namespace Tizen.NUI
             return ret;
         }
 
-        internal List<Window> GetWindowList()
+        internal static List<Window> GetWindowList()
         {
             uint ListSize = Interop.Application.Application_GetWindowsListSize();
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();