evas-drm: Fix engine to use the output's framebuffer as window id
authorChris Michael <cp.michael@samsung.com>
Tue, 18 Mar 2014 07:29:47 +0000 (07:29 +0000)
committerChris Michael <cp.michael@samsung.com>
Tue, 18 Mar 2014 09:12:57 +0000 (09:12 +0000)
commit3ec7c4b5174dc373ddaf5f1bf65e4113d2fd59d2
tree7d09a51623ced901875925e7a9ac1330b12b4e89
parent18c40befc0e8303cdc6ff0f5ffeda8624a1a5e99
evas-drm: Fix engine to use the output's framebuffer as window id

@fix: ecore_evas_window_get expects an Ecore_Window to be returned.
Because of this, we need to have a 'window' that can be returned via
ecore_evas. For this case, we will use the output's framebuffer id as
the 'window' so we need to set that into the engine info so that
ecore_evas can fetch it.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/evas/engines/drm/evas_drm.c
src/modules/evas/engines/drm/evas_engine.h
src/modules/evas/engines/drm/evas_outbuf.c