evas-software: Fix compile errors when using xcb
authorChris Michael <cp.michael@samsung.com>
Tue, 27 Jan 2015 16:00:02 +0000 (11:00 -0500)
committerChris Michael <cp.michael@samsung.com>
Tue, 27 Jan 2015 16:04:51 +0000 (11:04 -0500)
commitadc9cbce26b4513fc1a462b9533436641bc10fb2
tree4bdd9cdd8f48b753d2e757b1a8e74f8fb436a39f
parent3b695937617ffa63ed232c8b696e3e57119af1be
evas-software: Fix compile errors when using xcb

Summary: This fixes compile issues when building evas software engine
using xcb. When calling xcb_outbuf_free, the Render_Engine has no 'ob'
field, so remove that call. Also fix call to
render_engine_software_generic_init using the proper function
parameters.

@fix

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