extn: fix typo, alpha is SHM_REF2, not 1!
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Fri, 20 Dec 2013 14:58:45 +0000 (12:58 -0200)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Fri, 20 Dec 2013 14:59:13 +0000 (12:59 -0200)
src/modules/ecore_evas/engines/extn/ecore_evas_extn.c

index 66eec8c..c74cbc4 100644 (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);
                }