e_hwc_window: Give a proper instance to tdm_hwc_window_set_property() 73/196873/1
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 2 Jan 2019 08:19:26 +0000 (17:19 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Mon, 7 Jan 2019 06:56:04 +0000 (15:56 +0900)
Change-Id: I1dacf82a21031166cd973dc686d813df07663c5f

src/bin/e_hwc_window.c

index 3e60c5cd2a6419a354511985d052bcc1fd4652d7..b19a8ad034081fa4b8ed0e013394dc69e2163d69 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}",