evas: Keep sane name for public header

Evas_Common.h should be used for the public header, and rather rename
evas_common.h internal header to another name.

Sa:
Evas_Common_Header.h -> Evas_Common.h
evas_common.h -> evas_common_private.h

Shouldn't have both Evas_Common.h and evas_common.h because of case
insensitive filesystems.
This commit is contained in:
Sebastian Dransfeld 2013-06-20 12:53:29 +02:00
parent 9aada5f735
commit 51023d2d4f
161 changed files with 162 additions and 162 deletions

View File

@ -7,7 +7,7 @@ noinst_LTLIBRARIES =
installed_evasmainheadersdir = $(includedir)/evas-@VMAJ@
dist_installed_evasmainheaders_DATA = \
lib/evas/Evas.h \
lib/evas/Evas_Common_Header.h \
lib/evas/Evas_Common.h \
lib/evas/Evas_Eo.h \
lib/evas/Evas_Legacy.h \
lib/evas/Evas_GL.h \
@ -19,7 +19,7 @@ lib/evas/include/evas_private.h \
lib/evas/include/evas_options.h \
lib/evas/include/evas_macros.h \
lib/evas/include/evas_mmx.h \
lib/evas/include/evas_common.h \
lib/evas/include/evas_common_private.h \
lib/evas/include/evas_blend_ops.h
# Linebreak

View File

@ -205,7 +205,7 @@ struct _Slave_Request_Funcs {
typedef struct _Slave_Request Slave_Request;
typedef struct _Slave_Request_Funcs Slave_Request_Funcs;
/* This enum must be kept in sync with lib/evas/include/evas_common.h */
/* This enum must be kept in sync with lib/evas/include/evas_common_private.h */
typedef enum {
FONT_REND_REGULAR = 0,
FONT_REND_SLANT = (1 << 0),

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
void

View File

@ -3,7 +3,7 @@
#include <Evas.h>
/* begin bunch of stuff from evas_common.h so that we don't need to drag
/* begin bunch of stuff from evas_common_private.h so that we don't need to drag
* a lot of useless @SOMETHING_CFLAGS@ around */
typedef unsigned long long DATA64;
typedef unsigned int DATA32;
@ -43,7 +43,7 @@ typedef unsigned char DATA8;
#define ARGB_JOIN(a,r,g,b) \
(((a) << 24) + ((r) << 16) + ((g) << 8) + (b))
/* end bunchf of stuff from evas_common.h */
/* end bunchf of stuff from evas_common_private.h */
typedef struct _Evas_Loader_Module_Api Evas_Loader_Module_Api;
typedef struct _Evas_Img_Load_Params Evas_Img_Load_Params;

View File

@ -283,7 +283,7 @@
extern "C" {
#endif
#include <Evas_Common_Header.h>
#include <Evas_Common.h>
#ifndef EFL_NOLEGACY_API_SUPPORT
#include <Evas_Legacy.h>
#endif

View File

@ -4,7 +4,7 @@
#include <assert.h>
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
static void

View File

@ -12,7 +12,7 @@
# include <Evil.h>
#endif
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
//#define CACHEDUMP 1

View File

@ -7,7 +7,7 @@
#ifdef __linux__
# include <sys/syscall.h>
#endif
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include "Evas.h"

View File

@ -12,7 +12,7 @@
# include <Evil.h>
#endif
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include "evas_cache2.h"
#include "evas_cs2.h"

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include "Eo.h"

View File

@ -8,7 +8,7 @@
#include <fcntl.h>
#include <errno.h>
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
typedef struct _Evas_Event_Async Evas_Event_Async;

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
int _evas_event_counter = 0;

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
void

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include "Eo.h"

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
EAPI Evas_Device *

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
static Eina_List *

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
/* private calls */

View File

@ -12,7 +12,7 @@
#include <fontconfig/fontconfig.h>
#endif
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
/* font dir cache */

View File

@ -1,5 +1,5 @@
/* vim:set ts=8 sw=3 sts=3 expandtab cino=>5n-2f0^-2{2(0W1st0 :*/
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include "Evas_GL.h"

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
/* private calls */

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
/* private calls */

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
static void _evas_layer_free(Evas_Layer *lay);

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
//#include "evas_cs.h"
#ifdef EVAS_CSERVE2

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include <math.h>

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
EAPI void

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#ifdef _WIN32_WCE

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include <errno.h>

View File

@ -10,7 +10,7 @@
#endif
#include <math.h>
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#ifdef EVAS_CSERVE2
#include "../cserve2/evas_cs2_private.h"

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
/* local calls */

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
/* local calls */

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include "Eo.h"

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
EVAS_MEMPOOL(_mp_sh);

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include "Eo.h"

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include "Eo.h"

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include "Eo.h"

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
EAPI Eo_Op EVAS_OBJ_SMART_CLIPPED_BASE_ID = EO_NOOP;

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include <errno.h>

View File

@ -1,4 +1,4 @@
#include "evas_common.h" /* Includes evas_bidi_utils stuff. */
#include "evas_common_private.h" /* Includes evas_bidi_utils stuff. */
#include "evas_private.h"
#include "Eo.h"

View File

@ -61,7 +61,7 @@
* @subsection textblock_layout The layout system
* @todo write @ref textblock_layout
*/
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include <stdlib.h>

View File

@ -1,4 +1,4 @@
#include "evas_common.h" /* Includes evas_bidi_utils stuff. */
#include "evas_common_private.h" /* Includes evas_bidi_utils stuff. */
#include "evas_private.h"
#include "Eo.h"

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
//#include "evas_cs.h"
#ifdef EVAS_CSERVE2

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
void

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include <math.h>
#ifdef EVAS_CSERVE2

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
static Evas_Object_Protected_Data *

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
//#include "evas_cs.h"

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
void

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_blend_private.h"
#ifdef BUILD_MMX

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#ifdef BUILD_MMX
#include "evas_mmx.h"

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_convert_color.h"

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_convert_colorspace.h"
#define CONVERT_RGB_565_TO_RGB_888(s) \

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_convert_gry_1.h"
void evas_common_convert_rgba_to_1bpp_gry_1_dith(DATA32 *src EINA_UNUSED, DATA8 *dst EINA_UNUSED, int src_jump EINA_UNUSED, int dst_jump EINA_UNUSED, int w EINA_UNUSED, int h EINA_UNUSED, int dith_x EINA_UNUSED, int dith_y EINA_UNUSED, DATA8 *pal EINA_UNUSED)

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_convert_gry_8.h"
#ifdef USE_DITHER_44

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_convert_grypal_6.h"
void evas_common_convert_rgba_to_8bpp_pal_gray64(DATA32 *src, DATA8 *dst, int src_jump, int dst_jump, int w, int h, int dith_x EINA_UNUSED, int dith_y EINA_UNUSED, DATA8 *pal)

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_convert_rgb_8.h"
#include "evas_convert_rgb_16.h"
#include "evas_convert_rgb_24.h"

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_convert_rgb_16.h"
#ifndef BUILD_NO_DITHER_MASK

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_convert_rgb_24.h"
void

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_convert_rgb_32.h"
void

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_convert_rgb_8.h"
#ifdef USE_DITHER_44

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_convert_yuv.h"
#ifdef BUILD_MMX

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#ifdef BUILD_MMX
#include "evas_mmx.h"
#endif

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_convert_main.h"
#include "evas_private.h"

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include "evas_blend_private.h"

View File

@ -10,7 +10,7 @@
# include <hb.h>
#endif
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include "evas_font_private.h" /* for Frame-Queuing support */

View File

@ -4,7 +4,7 @@
#include <assert.h>
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include "evas_font_private.h"

View File

@ -5,7 +5,7 @@
# include <hb-ft.h>
#endif
#include "evas_common.h"
#include "evas_common_private.h"
#include <Eina.h>
#include "evas_font_private.h"

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "language/evas_bidi_utils.h" /*defines BIDI_SUPPORT if possible */
#include "evas_font_private.h" /* for Frame-Queuing support */
#include "evas_font_ot.h"

View File

@ -4,7 +4,7 @@
#include <assert.h>
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include "evas_image.h"

View File

@ -6,7 +6,7 @@
#include <sys/stat.h>
#include <unistd.h>
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
//#include "evas_cs.h"
#ifdef EVAS_CSERVE2

View File

@ -6,7 +6,7 @@
# include <Eet.h>
#endif
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include "evas_image_private.h"
#include "evas_convert_yuv.h"

View File

@ -4,7 +4,7 @@
#include "evas_options.h"
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"

View File

@ -11,7 +11,7 @@
#ifdef EVAS_CSERVE2
#include "evas_cs2_private.h"
#endif
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include "evas_image_private.h"

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_blend_private.h"
#define IN_RANGE(x, y, w, h) \

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include "evas_blend_private.h"
#ifdef EVAS_CSERVE2

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
static RGBA_Gfx_Func op_add_span_funcs[SP_LAST][SM_LAST][SC_LAST][DP_LAST][CPU_LAST];
static RGBA_Gfx_Pt_Func op_add_pt_funcs[SP_LAST][SM_LAST][SC_LAST][DP_LAST][CPU_LAST];

View File

@ -1,6 +1,6 @@
#define NEED_SSE3 1
#include "evas_common.h"
#include "evas_common_private.h"
#ifdef BUILD_SSE3
static __m128i A_MASK_SSE3;

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
RGBA_Gfx_Func op_blend_span_funcs[SP_LAST][SM_LAST][SC_LAST][DP_LAST][CPU_LAST];
RGBA_Gfx_Pt_Func op_blend_pt_funcs[SP_LAST][SM_LAST][SC_LAST][DP_LAST][CPU_LAST];

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_blend_private.h"
static RGBA_Gfx_Func op_copy_span_funcs[SP_LAST][SM_LAST][SC_LAST][DP_LAST][CPU_LAST];

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
static RGBA_Gfx_Func op_mask_span_funcs[SP_LAST][SM_LAST][SC_LAST][DP_LAST][CPU_LAST];
static RGBA_Gfx_Pt_Func op_mask_pt_funcs[SP_LAST][SM_LAST][SC_LAST][DP_LAST][CPU_LAST];

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
static RGBA_Gfx_Func op_mul_span_funcs[SP_LAST][SM_LAST][SC_LAST][DP_LAST][CPU_LAST];
static RGBA_Gfx_Pt_Func op_mul_pt_funcs[SP_LAST][SM_LAST][SC_LAST][DP_LAST][CPU_LAST];

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
static RGBA_Gfx_Func op_sub_span_funcs[SP_LAST][SM_LAST][SC_LAST][DP_LAST][CPU_LAST];
static RGBA_Gfx_Pt_Func op_sub_pt_funcs[SP_LAST][SM_LAST][SC_LAST][DP_LAST][CPU_LAST];

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include <unistd.h>
#ifdef BUILD_PIPE_RENDER

View File

@ -4,7 +4,7 @@
#include <math.h>
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_blend_private.h"
typedef struct _RGBA_Span RGBA_Span;

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#include "evas_blend_private.h"

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#if 0
Regionbuf *

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
EAPI void

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_blend_private.h"
static Eina_Bool scale_rgba_in_to_out_clip_sample_internal(RGBA_Image *src, RGBA_Image *dst, RGBA_Draw_Context *dc, int src_region_x, int src_region_y, int src_region_w, int src_region_h, int dst_region_x, int dst_region_y, int dst_region_w, int dst_region_h);

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_scale_smooth.h"
#include "evas_blend_private.h"

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_convert_color.h"
#include "evas_scale_span.h"

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_font_private.h"
#include "evas_text_utils.h"
#include "language/evas_bidi_utils.h"

View File

@ -1,6 +1,6 @@
#include <assert.h>
#include "evas_common.h"
#include "evas_common_private.h"
static Eina_Thread evas_thread_worker;
static Eina_Condition evas_thread_queue_condition;

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#ifdef EVAS_RECT_SPLIT
static inline void rect_list_node_pool_set_max(int max);

View File

@ -5,7 +5,7 @@
#include <string.h>
#include <stdlib.h>
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_bidi_utils.h"
#include "evas_font_private.h"

View File

@ -1,7 +1,7 @@
#ifndef EVAS_CS2_PRIVATE_H
#define EVAS_CS2_PRIVATE_H 1
#include "evas_common.h"
#include "evas_common_private.h"
struct _Data_Entry {
unsigned int image_id;

View File

@ -4,7 +4,7 @@
#include <string.h>
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"

View File

@ -22,7 +22,7 @@
# include <Evil.h>
#endif
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
#ifdef _WIN32

View File

@ -1,4 +1,4 @@
#include "evas_common.h"
#include "evas_common_private.h"
#include "evas_private.h"
static Evas_Version _version = { VMAJ, VMIN, VMIC, VREV };

Some files were not shown because too many files have changed in this diff Show More