dont call FORCE_COMPOSITION but keep API intact

This commit is contained in:
milaq 2012-11-12 13:46:21 +01:00
parent 00e6cb0616
commit 40a48f42b3

View File

@ -963,7 +963,7 @@ static void hwc_perform(hwc_composer_device_t *dev, int event, int value) {
break;
#endif
case EVENT_FORCE_COMPOSITION:
ctx->forceComposition = value;
//ctx->forceComposition = value;
break;
default: