fix some more

SVN revision: 42482
This commit is contained in:
Carsten Haitzler 2009-09-14 04:21:52 +00:00
parent 428b791408
commit d16c275e55
7 changed files with 14 additions and 8 deletions

View File

@ -1,6 +1,5 @@
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH
typedef struct _Testitem
{
Elm_Genlist_Item *item;
@ -1049,3 +1048,4 @@ test_genlist6(void *data, Evas_Object *obj, void *event_info)
evas_object_resize(win, 320, 320);
evas_object_show(win);
}
#endif

View File

@ -1,5 +1,5 @@
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH
static void
my_hover_bt(void *data, Evas_Object *obj, void *event_info)
{
@ -168,3 +168,4 @@ test_hover2(void *data, Evas_Object *obj, void *event_info)
evas_object_resize(win, 320, 320);
evas_object_show(win);
}
#endif

View File

@ -1,5 +1,5 @@
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH
void
test_hoversel(void *data, Evas_Object *obj, void *event_info)
{
@ -103,3 +103,4 @@ test_hoversel(void *data, Evas_Object *obj, void *event_info)
evas_object_show(win);
}
#endif

View File

@ -1,5 +1,5 @@
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH
void
test_icon(void *data, Evas_Object *obj, void *event_info)
{
@ -20,3 +20,4 @@ test_icon(void *data, Evas_Object *obj, void *event_info)
evas_object_show(win);
}
#endif

View File

@ -1,5 +1,5 @@
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH
static Elm_Genlist_Item_Class it_desk;
static char *
@ -110,3 +110,4 @@ test_icon_desktops(void *data, Evas_Object *obj, void *event_info)
evas_object_resize(win, 320, 480);
evas_object_show(win);
}
#endif

View File

@ -1,5 +1,5 @@
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH
static Elm_Genlist_Item_Class itci;
char *gli_label_get(const void *data, Evas_Object *obj, const char *part)
{
@ -90,3 +90,4 @@ test_index(void *data, Evas_Object *obj, void *event_info)
evas_object_resize(win, 320, 480);
evas_object_show(win);
}
#endif

View File

@ -1,5 +1,5 @@
#include <Elementary.h>
#ifndef ELM_LIB_QUICKLAUNCH
void
test_inwin(void *data, Evas_Object *obj, void *event_info)
{
@ -67,3 +67,4 @@ test_inwin2(void *data, Evas_Object *obj, void *event_info)
evas_object_resize(win, 320, 240);
evas_object_show(win);
}
#endif