e_hwc_window: Give a proper instance to tdm_hwc_window_set_property()
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 2 Jan 2019 08:19:26 +0000 (17:19 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 12 Apr 2019 10:00:22 +0000 (19:00 +0900)
Change-Id: I1dacf82a21031166cd973dc686d813df07663c5f

src/bin/e_hwc_window.c

index 7b9e7385bf33973b8a1c1ee11e41e721621b919c..0e7bc6d7e2e2803381b66e03a127dacba4cbff25 100644 (file)
@@ -1622,7 +1622,7 @@ e_hwc_window_set_property(E_Hwc_Window *hwc_window, unsigned int id, const char
    if (force)
      {
         /* set the property on the fly */
-        ret = tdm_hwc_window_set_property(hwc_window, id, value);
+        ret = tdm_hwc_window_set_property(hwc_window->thwc_window, id, value);
         EINA_SAFETY_ON_TRUE_RETURN_VAL(ret != TDM_ERROR_NONE, ret);
 
         EHWTRACE("Set Property: property(%s) value(%d)) -- {%s}",