extn: fix typo, alpha is SHM_REF2, not 1!

This commit is contained in:
Gustavo Sverzut Barbieri 2013-12-20 12:58:45 -02:00
parent faa67b79f0
commit c7fed5d879
1 changed files with 1 additions and 1 deletions

View File

@ -1874,7 +1874,7 @@ _ecore_evas_extn_socket_alpha_set(Ecore_Evas *ee, int alpha)
ecore_ipc_client_send(client, MAJOR, OP_SHM_REF1,
ee->w, ee->h, i,
lock, strlen(lock) + 1);
ecore_ipc_client_send(client, MAJOR, OP_SHM_REF1,
ecore_ipc_client_send(client, MAJOR, OP_SHM_REF2,
ee->alpha, extn->svc.sys, i,
NULL, 0);
}