discomfitor pushed a commit to annotated tag v0.20.2.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=1fb36340e5b6758889982b90bc87ba21526a5374

commit 1fb36340e5b6758889982b90bc87ba21526a5374
Author: Derek Foreman <der...@osg.samsung.com>
Date:   Fri Dec 18 16:42:30 2015 -0500

    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
---
 src/modules/mixer/lib/emix.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/mixer/lib/emix.h b/src/modules/mixer/lib/emix.h
index 887a8cb..25376fe 100644
--- a/src/modules/mixer/lib/emix.h
+++ b/src/modules/mixer/lib/emix.h
@@ -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);
 

-- 


Reply via email to