enlightenment: Fix 'type' may be used uninitialized message

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-02-07 11:18:45 -05:00
parent 7f76e3b9f3
commit 3dff7d4dad
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ _e_elm_win_trap_show(void *data, Evas_Object *o)
{
E_Client *ec;
Ecore_Window win;
E_Pixmap_Type type;
E_Pixmap_Type type = E_PIXMAP_TYPE_X;
win = elm_win_window_id_get(o);
#ifdef HAVE_WAYLAND_CLIENTS