From 859a5af57e8ee8897dc7b1a82f66b835c46711c0 Mon Sep 17 00:00:00 2001 From: tscholb Date: Thu, 1 Aug 2019 14:13:09 +0900 Subject: [PATCH] [NUI]Change GetWindowList() to static (#956) --- src/Tizen.NUI/src/internal/Application.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tizen.NUI/src/internal/Application.cs b/src/Tizen.NUI/src/internal/Application.cs index af1f535..ce8479f 100755 --- a/src/Tizen.NUI/src/internal/Application.cs +++ b/src/Tizen.NUI/src/internal/Application.cs @@ -1354,7 +1354,7 @@ namespace Tizen.NUI return ret; } - internal List GetWindowList() + internal static List GetWindowList() { uint ListSize = Interop.Application.Application_GetWindowsListSize(); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); -- 2.7.4