[ElmSharp] Fix typo (#518)
authorarosis78 <35049857+arosis78@users.noreply.github.com>
Thu, 18 Oct 2018 07:42:23 +0000 (16:42 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 18 Oct 2018 07:42:23 +0000 (16:42 +0900)
src/ElmSharp/ElmSharp/Window.cs

index c716671..af41d00 100755 (executable)
@@ -940,11 +940,11 @@ namespace ElmSharp
         {
             get
             {
-                return Interop.Elementary.elm_win_urgent_get(Handle);
+                return Interop.Elementary.elm_win_withdrawn_get(Handle);
             }
             set
             {
-                Interop.Elementary.elm_win_urgent_set(Handle, value);
+                Interop.Elementary.elm_win_withdrawn_set(Handle, value);
             }
         }
 
@@ -1144,4 +1144,4 @@ namespace ElmSharp
             return (DisplayRotation)orientation;
         }
     }
-}
\ No newline at end of file
+}