emotion: rename Emotion_Module.h to emotion_modules.h

This commit is contained in:
Cedric Bail 2013-05-09 13:54:57 +02:00
parent f6bd3f695f
commit d92783d5f7
8 changed files with 7 additions and 7 deletions

View File

@ -21,7 +21,7 @@ extern Eina_Prefix *_emotion_pfx;
#define ERR(...) EINA_LOG_DOM_ERR(_emotion_log_domain, __VA_ARGS__)
#define CRITICAL(...) EINA_LOG_DOM_CRIT(_emotion_log_domain, __VA_ARGS__)
#include "Emotion_Module.h"
#include "emotion_modules.h"
typedef struct _Emotion_Engine_Instance Emotion_Engine_Instance;

View File

@ -14,7 +14,7 @@
#include <Evas.h>
#include <Ecore.h>
#include "Emotion_Module.h"
#include "emotion_modules.h"
#include "emotion_generic.h"
static Eina_Prefix *pfx = NULL;

View File

@ -24,7 +24,7 @@
# endif
#endif
#include "Emotion_Module.h"
#include "emotion_modules.h"
#include "emotion_gstreamer.h"
Eina_Bool window_manager_video = EINA_FALSE;

View File

@ -1,7 +1,7 @@
#ifndef __EMOTION_GSTREAMER_H__
#define __EMOTION_GSTREAMER_H__
#include "Emotion_Module.h"
#include "emotion_modules.h"
typedef void (*Evas_Video_Convert_Cb)(unsigned char *evas_data,
const unsigned char *gst_data,

View File

@ -22,7 +22,7 @@
# endif
#endif
#include "Emotion_Module.h"
#include "emotion_modules.h"
#include "emotion_gstreamer.h"
static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE("sink",

View File

@ -6,7 +6,7 @@
#include <Evas.h>
#include <Ecore.h>
#include "Emotion_Module.h"
#include "emotion_modules.h"
#include "emotion_xine.h"
int _emotion_xine_log_domain = -1;

View File

@ -14,7 +14,7 @@
#include <Evas.h>
#include <Ecore.h>
#include "Emotion_Module.h"
#include "emotion_modules.h"
#include "emotion_xine.h"
#include <xine.h>