rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=d130bbc91b20593ea363c0292eca12d450159f7a

commit d130bbc91b20593ea363c0292eca12d450159f7a
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Tue Feb 2 09:00:55 2016 +0200

    sound editor: add a structure for transfer sound data to prorperty
    
    This commit starts the sound editor refactoring.
    
    Change-Id: I2f95b822de6ac0e2060df94ee242df2968bc9250
---
 src/bin/ui/editors/sound_editor.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/bin/ui/editors/sound_editor.h 
b/src/bin/ui/editors/sound_editor.h
index 1c987f4..a7c45e2 100644
--- a/src/bin/ui/editors/sound_editor.h
+++ b/src/bin/ui/editors/sound_editor.h
@@ -66,6 +66,13 @@ typedef struct {
    double quality;
    int tone_frq;
 } Selected_Sound_Data;
+struct _Sound_Data {
+   Sound_Type type;
+   Resource *resource; /* for SAMPLE it's External_Resource, TONE - 
Tone_Resource */
+   Eina_Stringshare *name;
+   Eina_Stringshare *type_label;
+};
+typedef struct _Sound_Data Sound_Data;
 
 /**
  * Show the whole inwin window by using some data

-- 


Reply via email to