ecore-drm: Set sprite output to NULL by default

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-03-13 08:14:27 +00:00
parent 5e7d52dfad
commit 05e4ba0027
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ ecore_drm_sprites_create(Ecore_Drm_Device *dev)
continue;
}
sprite->output = NULL;
sprite->drm_fd = dev->drm.fd;
sprite->crtcs = p->possible_crtcs;
sprite->plane_id = p->plane_id;