e_hwc_window: change the prefix of the window constraint 78/194078/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 29 Nov 2018 00:48:18 +0000 (09:48 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 29 Nov 2018 00:52:34 +0000 (09:52 +0900)
Change-Id: I89a5d24cc8edddf341356a4d72f7c8a54eeefa5e

src/bin/e_hwc_window.c

index df40cf4290095890f2f3a11818e225064ed7336c..38e6b9b4338656987fd8edac20a6198b859ad4e7 100644 (file)
@@ -243,7 +243,7 @@ _e_hwc_window_cb_queue_destroy(struct wl_listener *listener, void *data)
 static void
 _e_hwc_window_constraints_reset(E_Hwc_Window *hwc_window)
 {
-   /* reset the TDM_CONSTRAINT_BUFFER_QUEUE */
+   /* reset the TDM_HWC_WIN_CONSTRAINT_BUFFER_QUEUE */
    if (hwc_window->queue)
      {
         e_hwc_window_queue_user_unset(hwc_window->queue, hwc_window);
@@ -1430,7 +1430,7 @@ e_hwc_window_constraints_update(E_Hwc_Window *hwc_window)
 
    if (hwc_window->constraints == constraints) return EINA_TRUE;
 
-   if (constraints & TDM_CONSTRAINT_BUFFER_QUEUE)
+   if (constraints & TDM_HWC_WIN_CONSTRAINT_BUFFER_QUEUE)
      {
          if (!hwc_window->queue)
            {