emix: Rename parameter bool to mute

Summary: Broke my wayland build because something included stdbool.h

Reviewers: devilhorns, zmike

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D3467
This commit is contained in:
Derek Foreman 2015-12-18 16:42:30 -05:00 committed by Mike Blumenkrantz
parent 75fbc4361d
commit ecb529197d
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ typedef struct _Emix_Backend {
const Eina_List* (*ebackend_sources_get)(void);
void (*ebackend_source_mute_set)(Emix_Source *source,
Eina_Bool bool);
Eina_Bool mute);
void (*ebackend_source_volume_set)(Emix_Source *source,
Emix_Volume volume);