Fix indentation on e_comp_object.
authorMun, Gwan-gyeong <kk.moon@samsung.com>
Mon, 9 Mar 2015 07:19:52 +0000 (16:19 +0900)
committerBoram Park <boram1288.park@samsung.com>
Wed, 18 Mar 2015 04:03:08 +0000 (13:03 +0900)
Change-Id: I08b5f22fe0d9e9b81413a5f576489630c8afef24

src/bin/e_comp_object.c

index f51dcacf6142ac8264309ab9e07ec5aa69b62456..4a6b28bf5782c6408fe019c7c21894c58b0601f7 100644 (file)
@@ -1416,7 +1416,7 @@ _e_comp_intercept_show_helper(E_Comp_Object *cw)
      {
 #ifndef HAVE_WAYLAND_ONLY
         E_Comp_X_Client_Data *cd = NULL;
-        cd = (E_Comp_X_Client_Data*)cw->ec->comp_data;
+        cd = (E_Comp_X_Client_Data *)cw->ec->comp_data;
 #endif
         if (cw->ec->internal) //internal clients render when they feel like it
           e_comp_object_damage(cw->smart_obj, 0, 0, cw->w, cw->h);
@@ -1427,7 +1427,7 @@ _e_comp_intercept_show_helper(E_Comp_Object *cw)
 
         if (!cw->update_count || !(e_pixmap_validate_check(cw->ec->pixmap))
 #ifndef HAVE_WAYLAND_ONLY
-            || !(cd->damage_count>1))
+            || (cd->damage_count < 2))
 #else
             )
 #endif