Re: [E-devel] E SVN: discomfitor trunk/elementary/src/bin

1 view
Skip to first unread message

Vincent Torri

unread,
Mar 29, 2012, 3:30:23 PM3/29/12
to enlighten...@lists.sourceforge.net
not perfect : test_cursor.c for example

Vincent

On Thu, Mar 29, 2012 at 9:27 PM, Enlightenment SVN
<no-r...@enlightenment.org> wrote:
> Log:
> for the last time: CONFIG.H ALWAYS GETS INCLUDED FIRST. AAAAAAAALLLLLLLLLLLLLLLLLLLLLLLWAAAAAAAAAAAAAAAAAAAAAAAAAAAYYYYYYYYYYYYYYYYYYYYYSSSSSSSSSSSSSSSSSSS
>
>
> Author:       discomfitor
> Date:         2012-03-29 12:27:13 -0700 (Thu, 29 Mar 2012)
> New Revision: 69764
> Trac:         http://trac.enlightenment.org/e/changeset/69764
>
> Modified:
>  trunk/elementary/src/bin/test_3d.c trunk/elementary/src/bin/test_actionslider.c trunk/elementary/src/bin/test_anim.c trunk/elementary/src/bin/test_bg.c trunk/elementary/src/bin/test_box.c trunk/elementary/src/bin/test_bubble.c trunk/elementary/src/bin/test_button.c trunk/elementary/src/bin/test_calendar.c trunk/elementary/src/bin/test_check.c trunk/elementary/src/bin/test_clock.c trunk/elementary/src/bin/test_cnp.c trunk/elementary/src/bin/test_colorselector.c trunk/elementary/src/bin/test_conform.c trunk/elementary/src/bin/test_ctxpopup.c trunk/elementary/src/bin/test_cursor.c trunk/elementary/src/bin/test_datetime.c trunk/elementary/src/bin/test_dayselector.c trunk/elementary/src/bin/test_diskselector.c trunk/elementary/src/bin/test_eio.c trunk/elementary/src/bin/test_entry.c trunk/elementary/src/bin/test_entry_anchor.c trunk/elementary/src/bin/test_entry_anchor2.c trunk/elementary/src/bin/test_factory.c trunk/elementary/src/bin/test_fileselector.c trunk/elementary/src/bin/test_fileselector_button.c trunk/elementary/src/bin/test_fileselector_entry.c trunk/elementary/src/bin/test_flip.c trunk/elementary/src/bin/test_flip_page.c trunk/elementary/src/bin/test_flipselector.c trunk/elementary/src/bin/test_floating.c trunk/elementary/src/bin/test_focus.c trunk/elementary/src/bin/test_focus2.c trunk/elementary/src/bin/test_focus3.c trunk/elementary/src/bin/test_gengrid.c trunk/elementary/src/bin/test_genlist.c trunk/elementary/src/bin/test_gesture_layer.c trunk/elementary/src/bin/test_gesture_layer2.c trunk/elementary/src/bin/test_gesture_layer3.c trunk/elementary/src/bin/test_glview.c trunk/elementary/src/bin/test_glview_simple.c trunk/elementary/src/bin/test_grid.c trunk/elementary/src/bin/test_hover.c trunk/elementary/src/bin/test_hoversel.c trunk/elementary/src/bin/test_icon.c trunk/elementary/src/bin/test_icon_animated.c trunk/elementary/src/bin/test_icon_desktops.c trunk/elementary/src/bin/test_index.c trunk/elementary/src/bin/test_inwin.c trunk/elementary/src/bin/test_label.c trunk/elementary/src/bin/test_launcher.c trunk/elementary/src/bin/test_layout.c trunk/elementary/src/bin/test_list.c trunk/elementary/src/bin/test_map.c trunk/elementary/src/bin/test_menu.c trunk/elementary/src/bin/test_multi.c trunk/elementary/src/bin/test_multibuttonentry.c trunk/elementary/src/bin/test_naviframe.c trunk/elementary/src/bin/test_notify.c trunk/elementary/src/bin/test_panel.c trunk/elementary/src/bin/test_panes.c trunk/elementary/src/bin/test_photo.c trunk/elementary/src/bin/test_photocam.c trunk/elementary/src/bin/test_popup.c trunk/elementary/src/bin/test_progressbar.c trunk/elementary/src/bin/test_radio.c trunk/elementary/src/bin/test_scaling.c trunk/elementary/src/bin/test_scroller.c trunk/elementary/src/bin/test_segment_control.c trunk/elementary/src/bin/test_separator.c trunk/elementary/src/bin/test_slider.c trunk/elementary/src/bin/test_slideshow.c trunk/elementary/src/bin/test_spinner.c trunk/elementary/src/bin/test_store.c trunk/elementary/src/bin/test_table.c trunk/elementary/src/bin/test_thumb.c trunk/elementary/src/bin/test_toolbar.c trunk/elementary/src/bin/test_tooltip.c trunk/elementary/src/bin/test_transit.c trunk/elementary/src/bin/test_video.c trunk/elementary/src/bin/test_weather.c trunk/elementary/src/bin/test_web.c trunk/elementary/src/bin/test_win_inline.c trunk/elementary/src/bin/test_win_plug.c trunk/elementary/src/bin/test_win_socket.c trunk/elementary/src/bin/test_win_state.c
>
> Modified: trunk/elementary/src/bin/test_3d.c
> ===================================================================
> --- trunk/elementary/src/bin/test_3d.c  2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_3d.c  2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,8 +1,8 @@
> -#include <Elementary.h>
>  #include "test.h"
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  typedef struct _Point
>
> Modified: trunk/elementary/src/bin/test_actionslider.c
> ===================================================================
> --- trunk/elementary/src/bin/test_actionslider.c        2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_actionslider.c        2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static void _pos_selected_cb(void *data __UNUSED__, Evas_Object *obj, void *event_info)
>
> Modified: trunk/elementary/src/bin/test_anim.c
> ===================================================================
> --- trunk/elementary/src/bin/test_anim.c        2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_anim.c        2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static const char *names[] =
>
> Modified: trunk/elementary/src/bin/test_bg.c
> ===================================================================
> --- trunk/elementary/src/bin/test_bg.c  2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_bg.c  2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static void
>
> Modified: trunk/elementary/src/bin/test_box.c
> ===================================================================
> --- trunk/elementary/src/bin/test_box.c 2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_box.c 2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,8 +1,8 @@
> -#include <Elementary.h>
>  #include "test.h"
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  #define ICON_MAX 24
>
>
> Modified: trunk/elementary/src/bin/test_bubble.c
> ===================================================================
> --- trunk/elementary/src/bin/test_bubble.c      2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_bubble.c      2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,8 +1,8 @@
> -#include <Elementary.h>
>  #include "test.h"
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static void
>
> Modified: trunk/elementary/src/bin/test_button.c
> ===================================================================
> --- trunk/elementary/src/bin/test_button.c      2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_button.c      2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  static void
>  _bt_repeated(void *data __UNUSED__, Evas_Object *obj, void *event_info __UNUSED__)
>
> Modified: trunk/elementary/src/bin/test_calendar.c
> ===================================================================
> --- trunk/elementary/src/bin/test_calendar.c    2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_calendar.c    2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  struct _api_data
>  {
>
> Modified: trunk/elementary/src/bin/test_check.c
> ===================================================================
> --- trunk/elementary/src/bin/test_check.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_check.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static Eina_Bool eb;
>
> Modified: trunk/elementary/src/bin/test_clock.c
> ===================================================================
> --- trunk/elementary/src/bin/test_clock.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_clock.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,8 +1,8 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #include "test.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  struct _api_data
>  {
>
> Modified: trunk/elementary/src/bin/test_cnp.c
> ===================================================================
> --- trunk/elementary/src/bin/test_cnp.c 2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_cnp.c 2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static Evas_Object *glb;
>
> Modified: trunk/elementary/src/bin/test_colorselector.c
> ===================================================================
> --- trunk/elementary/src/bin/test_colorselector.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_colorselector.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static void
>
> Modified: trunk/elementary/src/bin/test_conform.c
> ===================================================================
> --- trunk/elementary/src/bin/test_conform.c     2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_conform.c     2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  void
>
> Modified: trunk/elementary/src/bin/test_ctxpopup.c
> ===================================================================
> --- trunk/elementary/src/bin/test_ctxpopup.c    2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_ctxpopup.c    2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>
>
> Modified: trunk/elementary/src/bin/test_cursor.c
> ===================================================================
> --- trunk/elementary/src/bin/test_cursor.c      2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_cursor.c      2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,8 +1,8 @@
> -#include <Elementary.h>
>  #include <Elementary_Cursor.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  // XXX: show all type of cursors in the elementary_test. this needs to be the first test
>
> Modified: trunk/elementary/src/bin/test_datetime.c
> ===================================================================
> --- trunk/elementary/src/bin/test_datetime.c    2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_datetime.c    2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  #include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  /* A simple test, just displaying datetime in its default format */
>
> Modified: trunk/elementary/src/bin/test_dayselector.c
> ===================================================================
> --- trunk/elementary/src/bin/test_dayselector.c 2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_dayselector.c 2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  #include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static void _changed_cb(void* data __UNUSED__, Evas_Object* obj, void* event_info)
>
> Modified: trunk/elementary/src/bin/test_diskselector.c
> ===================================================================
> --- trunk/elementary/src/bin/test_diskselector.c        2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_diskselector.c        2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,9 +1,9 @@
> -#include <Elementary.h>
>  #include "test.h"
>  #include <Elementary_Cursor.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  struct _api_data
>  {
>
> Modified: trunk/elementary/src/bin/test_eio.c
> ===================================================================
> --- trunk/elementary/src/bin/test_eio.c 2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_eio.c 2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,10 +1,10 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
>  #include <Eio.h>
>  #include <sys/times.h>
>
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static Elm_Genlist_Item_Class it_eio;
>
> Modified: trunk/elementary/src/bin/test_entry.c
> ===================================================================
> --- trunk/elementary/src/bin/test_entry.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_entry.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  static void
>  my_entry_bt_1(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)
>
> Modified: trunk/elementary/src/bin/test_entry_anchor.c
> ===================================================================
> --- trunk/elementary/src/bin/test_entry_anchor.c        2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_entry_anchor.c        2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static void
>
> Modified: trunk/elementary/src/bin/test_entry_anchor2.c
> ===================================================================
> --- trunk/elementary/src/bin/test_entry_anchor2.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_entry_anchor2.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  static void
>  my_entry_anchor_bt(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)
>
> Modified: trunk/elementary/src/bin/test_factory.c
> ===================================================================
> --- trunk/elementary/src/bin/test_factory.c     2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_factory.c     2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  // 16 ^ 4 = 65k
>
> Modified: trunk/elementary/src/bin/test_fileselector.c
> ===================================================================
> --- trunk/elementary/src/bin/test_fileselector.c        2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_fileselector.c        2012-03-29 19:27:13 UTC (rev 69764)
> @@ -2,8 +2,8 @@
>  # include "elementary_config.h"
>  #endif
>
> +
>  #include <Elementary.h>
> -
>  #ifndef ENABLE_NLS
>  # ifndef setlocale
>  #  define setlocale(c, l)
> @@ -13,6 +13,7 @@
>  # endif
>  #endif
>
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  static void
>  my_fileselector_done(void            *data,
>
> Modified: trunk/elementary/src/bin/test_fileselector_button.c
> ===================================================================
> --- trunk/elementary/src/bin/test_fileselector_button.c 2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_fileselector_button.c 2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,9 +1,9 @@
> -#include <Elementary.h>
>  #include "test.h"
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
>
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  struct _api_data
>  {
>
> Modified: trunk/elementary/src/bin/test_fileselector_entry.c
> ===================================================================
> --- trunk/elementary/src/bin/test_fileselector_entry.c  2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_fileselector_entry.c  2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,9 +1,9 @@
> -#include <Elementary.h>
>  #include "test.h"
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
>
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  struct _api_data
>  {
>
> Modified: trunk/elementary/src/bin/test_flip.c
> ===================================================================
> --- trunk/elementary/src/bin/test_flip.c        2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_flip.c        2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  void
>
> Modified: trunk/elementary/src/bin/test_flip_page.c
> ===================================================================
> --- trunk/elementary/src/bin/test_flip_page.c   2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_flip_page.c   2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  typedef struct _State State;
>
> Modified: trunk/elementary/src/bin/test_flipselector.c
> ===================================================================
> --- trunk/elementary/src/bin/test_flipselector.c        2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_flipselector.c        2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  void
>
> Modified: trunk/elementary/src/bin/test_floating.c
> ===================================================================
> --- trunk/elementary/src/bin/test_floating.c    2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_floating.c    2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  typedef struct _Testitem
>  {
>
> Modified: trunk/elementary/src/bin/test_focus.c
> ===================================================================
> --- trunk/elementary/src/bin/test_focus.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_focus.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,8 +1,8 @@
>  /* Test for Focus Chain Linear*/
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static Eina_Bool
>
> Modified: trunk/elementary/src/bin/test_focus2.c
> ===================================================================
> --- trunk/elementary/src/bin/test_focus2.c      2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_focus2.c      2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static void
>
> Modified: trunk/elementary/src/bin/test_focus3.c
> ===================================================================
> --- trunk/elementary/src/bin/test_focus3.c      2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_focus3.c      2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,8 +1,8 @@
>  /* Test for Focus Chain Linear*/
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static Evas_Object *foc = NULL;
>
> Modified: trunk/elementary/src/bin/test_gengrid.c
> ===================================================================
> --- trunk/elementary/src/bin/test_gengrid.c     2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_gengrid.c     2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,9 +1,9 @@
> -#include <Elementary.h>
>  #include <Elementary_Cursor.h>
>  #include "test.h"
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static Elm_Gengrid_Item_Class *gic;
>
> Modified: trunk/elementary/src/bin/test_genlist.c
> ===================================================================
> --- trunk/elementary/src/bin/test_genlist.c     2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_genlist.c     2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,9 +1,9 @@
> -#include <Elementary.h>
>  #include <Elementary_Cursor.h>
>  #include "test.h"
>  #ifdef HAVE_CONFIG_H
>  #include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  struct _api_data
>  {
>
> Modified: trunk/elementary/src/bin/test_gesture_layer.c
> ===================================================================
> --- trunk/elementary/src/bin/test_gesture_layer.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_gesture_layer.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  /* We zoom out to this value so we'll be able to use map and have a nice
>
> Modified: trunk/elementary/src/bin/test_gesture_layer2.c
> ===================================================================
> --- trunk/elementary/src/bin/test_gesture_layer2.c      2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_gesture_layer2.c      2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  #define TAP_NAME "tap"
>
> Modified: trunk/elementary/src/bin/test_gesture_layer3.c
> ===================================================================
> --- trunk/elementary/src/bin/test_gesture_layer3.c      2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_gesture_layer3.c      2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  #include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  /* We zoom out to this value so we'll be able to use map and have a nice
>
> Modified: trunk/elementary/src/bin/test_glview.c
> ===================================================================
> --- trunk/elementary/src/bin/test_glview.c      2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_glview.c      2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,9 +1,10 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
> +#include <Elementary.h>
>  #ifndef M_PI
>  #define M_PI 3.14159265
>  #endif
>
> Modified: trunk/elementary/src/bin/test_glview_simple.c
> ===================================================================
> --- trunk/elementary/src/bin/test_glview_simple.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_glview_simple.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  typedef struct _GLData GLData;
>
> Modified: trunk/elementary/src/bin/test_grid.c
> ===================================================================
> --- trunk/elementary/src/bin/test_grid.c        2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_grid.c        2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,9 +1,8 @@
> -#include <Elementary.h>
> -#include "test.h"
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> -# ifndef ELM_LIB_QUICKLAUNCH
> +#include <Elementary.h>
> +#ifndef ELM_LIB_QUICKLAUNCH
>  struct _Api_Data
>  {
>    Evas_Object *grid;
>
> Modified: trunk/elementary/src/bin/test_hover.c
> ===================================================================
> --- trunk/elementary/src/bin/test_hover.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_hover.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,5 +1,5 @@
> +#include "elementary_config.h"
>  #include <Elementary.h>
> -#include "elementary_config.h"
>  #ifndef ELM_LIB_QUICKLAUNCH
>  static void
>  my_hover_bt(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)
>
> Modified: trunk/elementary/src/bin/test_hoversel.c
> ===================================================================
> --- trunk/elementary/src/bin/test_hoversel.c    2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_hoversel.c    2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,8 +1,8 @@
> -#include <Elementary.h>
>  #include "test.h"
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  struct _api_data
>  {
>
> Modified: trunk/elementary/src/bin/test_icon.c
> ===================================================================
> --- trunk/elementary/src/bin/test_icon.c        2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_icon.c        2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static void
>
> Modified: trunk/elementary/src/bin/test_icon_animated.c
> ===================================================================
> --- trunk/elementary/src/bin/test_icon_animated.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_icon_animated.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  static void
>  icon_clicked(void *data , Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)
>
> Modified: trunk/elementary/src/bin/test_icon_desktops.c
> ===================================================================
> --- trunk/elementary/src/bin/test_icon_desktops.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_icon_desktops.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  static Elm_Genlist_Item_Class it_desk;
>
>
> Modified: trunk/elementary/src/bin/test_index.c
> ===================================================================
> --- trunk/elementary/src/bin/test_index.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_index.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,8 +1,8 @@
> -#include <Elementary.h>
>  #include "test.h"
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  struct _Idx_Data_Type
>  {
>
> Modified: trunk/elementary/src/bin/test_inwin.c
> ===================================================================
> --- trunk/elementary/src/bin/test_inwin.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_inwin.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,8 +1,8 @@
> -#include <Elementary.h>
>  #include "test.h"
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  struct _api_data
>  {
>
> Modified: trunk/elementary/src/bin/test_label.c
> ===================================================================
> --- trunk/elementary/src/bin/test_label.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_label.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  enum _slide_style
>
> Modified: trunk/elementary/src/bin/test_launcher.c
> ===================================================================
> --- trunk/elementary/src/bin/test_launcher.c    2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_launcher.c    2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static void
>
> Modified: trunk/elementary/src/bin/test_layout.c
> ===================================================================
> --- trunk/elementary/src/bin/test_layout.c      2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_layout.c      2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  #include <Elementary_Cursor.h>
>
>
> Modified: trunk/elementary/src/bin/test_list.c
> ===================================================================
> --- trunk/elementary/src/bin/test_list.c        2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_list.c        2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,9 +1,9 @@
> -#include <Elementary.h>
>  #include "test.h"
>  #include <Elementary_Cursor.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  struct _api_data
>  {
>
> Modified: trunk/elementary/src/bin/test_map.c
> ===================================================================
> --- trunk/elementary/src/bin/test_map.c 2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_map.c 2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  #define SOURCE_MAX 10
>
> Modified: trunk/elementary/src/bin/test_menu.c
> ===================================================================
> --- trunk/elementary/src/bin/test_menu.c        2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_menu.c        2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static Evas_Object *win, *bg, *menu, *rect;
>
> Modified: trunk/elementary/src/bin/test_multi.c
> ===================================================================
> --- trunk/elementary/src/bin/test_multi.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_multi.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  #define IND_NUM 20
>
> Modified: trunk/elementary/src/bin/test_multibuttonentry.c
> ===================================================================
> --- trunk/elementary/src/bin/test_multibuttonentry.c    2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_multibuttonentry.c    2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static void
>
> Modified: trunk/elementary/src/bin/test_naviframe.c
> ===================================================================
> --- trunk/elementary/src/bin/test_naviframe.c   2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_naviframe.c   2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  #define BUTTON_TEXT_SET(BT, TEXT) \
>
> Modified: trunk/elementary/src/bin/test_notify.c
> ===================================================================
> --- trunk/elementary/src/bin/test_notify.c      2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_notify.c      2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static void
>
> Modified: trunk/elementary/src/bin/test_panel.c
> ===================================================================
> --- trunk/elementary/src/bin/test_panel.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_panel.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  #define LIST_ITEM_MAX 20
>
> Modified: trunk/elementary/src/bin/test_panes.c
> ===================================================================
> --- trunk/elementary/src/bin/test_panes.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_panes.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static double size = 0.0;
>
> Modified: trunk/elementary/src/bin/test_photo.c
> ===================================================================
> --- trunk/elementary/src/bin/test_photo.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_photo.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static void drop_cb(void *mydata, Evas_Object *obj, void *evdata);
>
> Modified: trunk/elementary/src/bin/test_photocam.c
> ===================================================================
> --- trunk/elementary/src/bin/test_photocam.c    2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_photocam.c    2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static Evas_Object *rect;
>
> Modified: trunk/elementary/src/bin/test_popup.c
> ===================================================================
> --- trunk/elementary/src/bin/test_popup.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_popup.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static void
>
> Modified: trunk/elementary/src/bin/test_progressbar.c
> ===================================================================
> --- trunk/elementary/src/bin/test_progressbar.c 2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_progressbar.c 2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  typedef struct Progressbar
>  {
>
> Modified: trunk/elementary/src/bin/test_radio.c
> ===================================================================
> --- trunk/elementary/src/bin/test_radio.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_radio.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  void
>  test_radio(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)
>
> Modified: trunk/elementary/src/bin/test_scaling.c
> ===================================================================
> --- trunk/elementary/src/bin/test_scaling.c     2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_scaling.c     2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  void
>  test_scaling(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)
>
> Modified: trunk/elementary/src/bin/test_scroller.c
> ===================================================================
> --- trunk/elementary/src/bin/test_scroller.c    2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_scroller.c    2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  void
>  my_bt_go_300_300(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)
>
> Modified: trunk/elementary/src/bin/test_segment_control.c
> ===================================================================
> --- trunk/elementary/src/bin/test_segment_control.c     2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_segment_control.c     2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  void
>
> Modified: trunk/elementary/src/bin/test_separator.c
> ===================================================================
> --- trunk/elementary/src/bin/test_separator.c   2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_separator.c   2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  void
>  test_separator(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)
>
> Modified: trunk/elementary/src/bin/test_slider.c
> ===================================================================
> --- trunk/elementary/src/bin/test_slider.c      2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_slider.c      2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  void
>
> Modified: trunk/elementary/src/bin/test_slideshow.c
> ===================================================================
> --- trunk/elementary/src/bin/test_slideshow.c   2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_slideshow.c   2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,5 +1,5 @@
> +#include "elementary_config.h"
>  #include <Elementary.h>
> -#include "elementary_config.h"
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static Evas_Object *slideshow, *bt_start, *bt_stop;
>
> Modified: trunk/elementary/src/bin/test_spinner.c
> ===================================================================
> --- trunk/elementary/src/bin/test_spinner.c     2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_spinner.c     2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  void
>  test_spinner(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)
>
> Modified: trunk/elementary/src/bin/test_store.c
> ===================================================================
> --- trunk/elementary/src/bin/test_store.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_store.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -5,11 +5,11 @@
>           http://www.enlightenment.org/~raster/store.tar.gz
>  */
>
> -#include <Elementary.h>
>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  typedef struct _My_Item My_Item;
>
> Modified: trunk/elementary/src/bin/test_table.c
> ===================================================================
> --- trunk/elementary/src/bin/test_table.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_table.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  void
>  test_table(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)
>
> Modified: trunk/elementary/src/bin/test_thumb.c
> ===================================================================
> --- trunk/elementary/src/bin/test_thumb.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_thumb.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  void
>  test_thumb(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)
>
> Modified: trunk/elementary/src/bin/test_toolbar.c
> ===================================================================
> --- trunk/elementary/src/bin/test_toolbar.c     2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_toolbar.c     2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  static void
>  tb_1(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)
>
> Modified: trunk/elementary/src/bin/test_tooltip.c
> ===================================================================
> --- trunk/elementary/src/bin/test_tooltip.c     2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_tooltip.c     2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  typedef struct _Testitem
>
> Modified: trunk/elementary/src/bin/test_transit.c
> ===================================================================
> --- trunk/elementary/src/bin/test_transit.c     2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_transit.c     2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  typedef struct _Custom_Effect Custom_Effect;
>
> Modified: trunk/elementary/src/bin/test_video.c
> ===================================================================
> --- trunk/elementary/src/bin/test_video.c       2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_video.c       2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,8 +1,8 @@
> -#include <Elementary.h>
>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static void
>
> Modified: trunk/elementary/src/bin/test_weather.c
> ===================================================================
> --- trunk/elementary/src/bin/test_weather.c     2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_weather.c     2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  #ifdef HAVE_ELEMENTARY_EWEATHER
>
> Modified: trunk/elementary/src/bin/test_web.c
> ===================================================================
> --- trunk/elementary/src/bin/test_web.c 2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_web.c 2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  typedef struct
>
> Modified: trunk/elementary/src/bin/test_win_inline.c
> ===================================================================
> --- trunk/elementary/src/bin/test_win_inline.c  2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_win_inline.c  2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static void
>
> Modified: trunk/elementary/src/bin/test_win_plug.c
> ===================================================================
> --- trunk/elementary/src/bin/test_win_plug.c    2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_win_plug.c    2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>
>
> Modified: trunk/elementary/src/bin/test_win_socket.c
> ===================================================================
> --- trunk/elementary/src/bin/test_win_socket.c  2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_win_socket.c  2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>
>  static void
>
> Modified: trunk/elementary/src/bin/test_win_state.c
> ===================================================================
> --- trunk/elementary/src/bin/test_win_state.c   2012-03-29 17:46:17 UTC (rev 69763)
> +++ trunk/elementary/src/bin/test_win_state.c   2012-03-29 19:27:13 UTC (rev 69764)
> @@ -1,7 +1,7 @@
> -#include <Elementary.h>
>  #ifdef HAVE_CONFIG_H
>  # include "elementary_config.h"
>  #endif
> +#include <Elementary.h>
>  #ifndef ELM_LIB_QUICKLAUNCH
>  typedef struct _Testitem
>  {
>
>
> ------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> _______________________________________________
> enlightenment-svn mailing list
> enlighte...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
enlightenment-devel mailing list
enlighten...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply all
Reply to author
Forward
0 new messages