Fix build break 56/37056/1 accepted/tizen/common/20150319.090636 accepted/tizen/mobile/20150320.005851 accepted/tizen/tv/20150320.005602 accepted/tizen/wearable/20150319.095400 submit/tizen/20150318.130107
authorMinJeong Kim <minjjj.kim@samsung.com>
Wed, 18 Mar 2015 13:27:12 +0000 (22:27 +0900)
committerMinJeong Kim <minjjj.kim@samsung.com>
Wed, 18 Mar 2015 13:27:35 +0000 (22:27 +0900)
Change-Id: I95f1c3325c40181eb3905873b4d20761dc7da92f

src/bin/e_comp_object.c

index a76fea0d619774032a5b5302b5c4d60782a78e7c..1183adc669237ab92a7d37238f1379058502dbd8 100644 (file)
@@ -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 < (e_comp_config_get()->skip_first_damage + 1))
+            || (cd->damage_count < (e_comp_config_get()->skip_first_damage + 1)))
 #else
             )
 #endif