Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 07/10/2010, à 19:45

Keiser

Désespère de pouvoir compiler e17

Bonsoir,

voulant féter l'évènement du passage en version béta des librairies d'e17, voir ce post:

http://forum.ubuntu-fr.org/viewtopic.php?id=421224

j'ai voulu l'installer depuis le site officiel d'enlightenment, sur ma Debian squeeze:

http://www.enlightenment.org/p.php?p=download&l=en

le soucis, c'est que j'arrive pas à le compiler (et je me retiens grave pour pas écrire cette phrase en gras, majuscule, police 72! parce que ça me travaille à un point que vous ne pouvez imaginer!!!)

Voilà ce que j'obtiens, (notez que je n'en suis qu'à la configuration, sujet supplémentaire de gonflitude):

root@hui-laptop:/media/commun/eyome/Modèles/enlightenment-0.16.999.52995# ./configurechecking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for strerror in -lcposix... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether byte ordering is bigendian... no
checking for gcc option to accept ISO C99... -std=gnu99
checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for __attribute__... yes
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for pkg-config... no
checking for PATH_MAX in limits.h... yes
checking for setenv... yes
checking for unsetenv... yes
checking X11/extensions/shape.h usability... no
checking X11/extensions/shape.h presence... no
checking for X11/extensions/shape.h... no
configure: error: Cannot find X11/extensions/shape.h. Make sure your CFLAGS environment variable contains include lines for the location of this file
root@hui-laptop:/media/commun/eyome/Modèles/enlightenment-0.16.999.52995#

Il semblerait que c'est ce WTF de shape.h. que je n'ai pas. Le plus curieux, c'est que je suis le seul à avoir eut ce problème, toutes mes recherches sur la toile s'étant soldé par...rien.

Suis-je le seul à être intéressé par e17:( ?

Please....Help!

Hors ligne

#2 Le 07/10/2010, à 20:20

ADcomp

Re : Désespère de pouvoir compiler e17

Salut ..

je suis loin d'être un Xpert en compilation , et je n'en sais pas plus  ton niveau à ce sujet la mais d'habitude il suffit de faire comme le "monsieur" il dit :

configure: error: Cannot find X11/extensions/shape.h.

Donc : soit tu as mal configurer tes variables , soit il te manque le paquet qui contient les hearders "qui vont bien" ..

Après une petite recherche , il semblerais que c'est le paquet x11proto-xext-dev ..  Donc ma première question sera celle-ci : as-tu ce paquet installé sur ton système ?

Juste histoire de t'aider .. peut pas faire plus pour assouvir ta soif de e17  wink


David [aka] ADcomp

Hors ligne

#3 Le 07/10/2010, à 20:23

Havany

Re : Désespère de pouvoir compiler e17

Bonjour,

    Bon déjà apparemment shape.h se situe sur ce chemin /usr/include/X11/extensions/shape.h la commande locate te permet de le trouver :

locate shape.h
/usr/include/X11/extensions/shape.h

Maintenant essais de faire cette commande dans le dossier ou se trouvent tes sources :

fgrep -R -i shape * | grep -iv "Fichier binaire" 2>/dev/null

Si tu as des résultats poste ça.

Dernière modification par Havany (Le 07/10/2010, à 20:28)

Hors ligne

#4 Le 07/10/2010, à 20:48

Keiser

Re : Désespère de pouvoir compiler e17

Bonsoir,

et surtout merci d'avoir pitié de moi.  Voilà la réponse à la commande:

src/bin/e_menu.c:		  e_container_shape_resize(m->shape, m->cur.w, m->cur.h);
src/bin/e_menu.c:		  e_container_shape_move(m->shape, m->cur.x, m->cur.y);
src/bin/e_menu.c:	     if (!m->shaped) e_container_shape_show(m->shape);
src/bin/e_menu.c:   /* phase 5. shapes... */
src/bin/e_menu.c:	if (m->need_shape_export)
src/bin/e_menu.c:	     rects = ecore_x_window_shape_rectangles_get(m->evas_win, &num);
src/bin/e_menu.c:		  if ((num == m->shape_rects_num) && (m->shape_rects))
src/bin/e_menu.c:		       orects = m->shape_rects;
src/bin/e_menu.c:		       E_FREE(m->shape_rects);
src/bin/e_menu.c:		       m->shape_rects = rects;
src/bin/e_menu.c:		       m->shape_rects_num = num;
src/bin/e_menu.c:		       e_container_shape_rects_set(m->shape, rects, num);
src/bin/e_menu.c:                  E_FREE(m->shape_rects);
src/bin/e_menu.c:		  m->shape_rects = NULL;
src/bin/e_menu.c:		  m->shape_rects_num = 0;
src/bin/e_menu.c:		  e_container_shape_rects_set(m->shape, NULL, 0);
src/bin/e_menu.c:	     m->need_shape_export = 0;
src/bin/e_menu.c:	     if (m->cur.visible) e_container_shape_show(m->shape);
src/bin/e_menu.c:   E_FREE(m->shape_rects);
src/bin/e_menu.c:   m->shape_rects_num = 0;
src/bin/e_menu.c:   m->shape = e_container_shape_add(m->zone->container);
src/bin/e_menu.c:   e_container_shape_move(m->shape, m->cur.x, m->cur.y);
src/bin/e_menu.c:   e_container_shape_resize(m->shape, m->cur.w, m->cur.h);
src/bin/e_menu.c:   ecore_x_window_shape_events_select(m->evas_win, 1);
src/bin/e_menu.c:	const char *shape_option;
src/bin/e_menu.c:	shape_option = edje_object_data_get(o, "shaped");
src/bin/e_menu.c:	if (shape_option)
src/bin/e_menu.c:	     if (!strcmp(shape_option, "1")) m->shaped = 1;
src/bin/e_menu.c:   if (m->shaped)
src/bin/e_menu.c:	     ecore_evas_alpha_set(m->ecore_evas, m->shaped);
src/bin/e_menu.c:	  ecore_evas_shaped_set(m->ecore_evas, m->shaped);
src/bin/e_menu.c:   e_container_shape_hide(m->shape);
src/bin/e_menu.c:   e_object_del(E_OBJECT(m->shape));
src/bin/e_menu.c:   m->shape = NULL;
src/bin/e_menu.c:_e_menu_cb_window_shape(__UNUSED__ void *data, __UNUSED__ int ev_type, void *ev)
src/bin/e_menu.c:   Ecore_X_Event_Window_Shape *e;
src/bin/e_menu.c:	  m->need_shape_export = 1;
src/bin/e_config.c:    * shaped windows (it can't do them), and multiple gl windows and shared
src/bin/e_container.c: * * fix shape callbacks to be able to be safely deleted
src/bin/e_container.c:static void _e_container_shape_del(E_Container_Shape *es);
src/bin/e_container.c:static void _e_container_shape_free(E_Container_Shape *es);
src/bin/e_container.c:static void _e_container_shape_change_call(E_Container_Shape *es, E_Container_Shape_Change ch);
src/bin/e_container.c:EAPI E_Container_Shape *
src/bin/e_container.c:e_container_shape_add(E_Container *con)
src/bin/e_container.c:   E_Container_Shape *es;
src/bin/e_container.c:   es = E_OBJECT_ALLOC(E_Container_Shape, E_CONTAINER_SHAPE_TYPE, _e_container_shape_free);
src/bin/e_container.c:   E_OBJECT_DEL_SET(es, _e_container_shape_del);
src/bin/e_container.c:   con->shapes = eina_list_append(con->shapes, es);
src/bin/e_container.c:   _e_container_shape_change_call(es, E_CONTAINER_SHAPE_ADD);
src/bin/e_container.c:e_container_shape_show(E_Container_Shape *es)
src/bin/e_container.c:   E_OBJECT_TYPE_CHECK(es, E_CONTAINER_SHAPE_TYPE);
src/bin/e_container.c:   _e_container_shape_change_call(es, E_CONTAINER_SHAPE_SHOW);
src/bin/e_container.c:e_container_shape_hide(E_Container_Shape *es)
src/bin/e_container.c:   E_OBJECT_TYPE_CHECK(es, E_CONTAINER_SHAPE_TYPE);
src/bin/e_container.c:   _e_container_shape_change_call(es, E_CONTAINER_SHAPE_HIDE);
src/bin/e_container.c:e_container_shape_move(E_Container_Shape *es, int x, int y)
src/bin/e_container.c:   E_OBJECT_TYPE_CHECK(es, E_CONTAINER_SHAPE_TYPE);
src/bin/e_container.c:   _e_container_shape_change_call(es, E_CONTAINER_SHAPE_MOVE);
src/bin/e_container.c:e_container_shape_resize(E_Container_Shape *es, int w, int h)
src/bin/e_container.c:   E_OBJECT_TYPE_CHECK(es, E_CONTAINER_SHAPE_TYPE);
src/bin/e_container.c:   _e_container_shape_change_call(es, E_CONTAINER_SHAPE_RESIZE);
src/bin/e_container.c:e_container_shape_list_get(E_Container *con)
src/bin/e_container.c:   return con->shapes;
src/bin/e_container.c:e_container_shape_geometry_get(E_Container_Shape *es, int *x, int *y, int *w, int *h)
src/bin/e_container.c:   E_OBJECT_TYPE_CHECK(es, E_CONTAINER_SHAPE_TYPE);
src/bin/e_container.c:e_container_shape_container_get(E_Container_Shape *es)
src/bin/e_container.c:   E_OBJECT_TYPE_CHECK_RETURN(es, E_CONTAINER_SHAPE_TYPE, NULL);
src/bin/e_container.c:e_container_shape_change_callback_add(E_Container *con, void (*func) (void *data, E_Container_Shape *es, E_Container_Shape_Change ch), void *data)
src/bin/e_container.c:   E_Container_Shape_Callback *cb;
src/bin/e_container.c:   cb = calloc(1, sizeof(E_Container_Shape_Callback));
src/bin/e_container.c:   con->shape_change_cb = eina_list_append(con->shape_change_cb, cb);
src/bin/e_container.c:e_container_shape_change_callback_del(E_Container *con, void (*func) (void *data, E_Container_Shape *es, E_Container_Shape_Change ch), void *data)
src/bin/e_container.c:   E_Container_Shape_Callback *cb = NULL;
src/bin/e_container.c:   EINA_LIST_FOREACH(con->shape_change_cb, l, cb)
src/bin/e_container.c:	     con->shape_change_cb = eina_list_remove_list(con->shape_change_cb, l);
src/bin/e_container.c:e_container_shape_rects_get(E_Container_Shape *es)
src/bin/e_container.c:   E_OBJECT_TYPE_CHECK_RETURN(es, E_CONTAINER_SHAPE_TYPE, NULL);
src/bin/e_container.c:   return es->shape;
src/bin/e_container.c:e_container_shape_rects_set(E_Container_Shape *es, Ecore_X_Rectangle *rects, int num)
src/bin/e_container.c:   E_OBJECT_TYPE_CHECK(es, E_CONTAINER_SHAPE_TYPE);
src/bin/e_container.c:   if (es->shape)
src/bin/e_container.c:	E_FREE_LIST(es->shape, free);
src/bin/e_container.c:	es->shape = NULL;
src/bin/e_container.c:		  es->shape = eina_list_append(es->shape, r);
src/bin/e_container.c:   _e_container_shape_change_call(es, E_CONTAINER_SHAPE_RECTS);
src/bin/e_container.c:e_container_shape_solid_rect_set(E_Container_Shape *es, int x, int y, int w, int h)
src/bin/e_container.c:e_container_shape_solid_rect_get(E_Container_Shape *es, int *x, int *y, int *w, int *h)
src/bin/e_container.c:_e_container_shape_del(E_Container_Shape *es)
src/bin/e_container.c:   _e_container_shape_change_call(es, E_CONTAINER_SHAPE_DEL);
src/bin/e_container.c:_e_container_shape_free(E_Container_Shape *es)
src/bin/e_container.c:   es->con->shapes = eina_list_remove(es->con->shapes, es);
src/bin/e_container.c:   E_FREE_LIST(es->shape, free);
src/bin/e_container.c:_e_container_shape_change_call(E_Container_Shape *es, E_Container_Shape_Change ch)
src/bin/e_container.c:   E_Container_Shape_Callback *cb = NULL;
src/bin/e_container.c:   if ((!es) || (!es->con) || (!es->con->shape_change_cb)) return;
src/bin/e_container.c:   EINA_LIST_FOREACH(es->con->shape_change_cb, l, cb)
src/bin/e_alert.c:#include <X11/extensions/shape.h>
src/bin/e_alert.c:#ifdef ShapeInput        
src/bin/e_alert.c:        XShapeCombineRectangles(dd, e_alert_composite_win, ShapeInput, 
src/bin/e_alert.c:                                0, 0, &rect, 1, ShapeSet, Unsorted);
src/bin/e_popup.c:static Eina_Bool _e_popup_cb_window_shape(void *data, int ev_type, void *ev);
src/bin/e_popup.c:static Ecore_Event_Handler *_e_popup_window_shape_handler = NULL;
src/bin/e_popup.c:   _e_popup_window_shape_handler = 
src/bin/e_popup.c:     ecore_event_handler_add(ECORE_X_EVENT_WINDOW_SHAPE,
src/bin/e_popup.c:			     _e_popup_cb_window_shape, NULL);
src/bin/e_popup.c:   E_FN_DEL(ecore_event_handler_del, _e_popup_window_shape_handler);
src/bin/e_popup.c:   /* avoid excess exposes when shaped - set damage avoid to 1 */
src/bin/e_popup.c:   pop->shape = e_container_shape_add(pop->zone->container);
src/bin/e_popup.c:   e_container_shape_move(pop->shape, pop->zone->x + pop->x, pop->zone->y + pop->y);
src/bin/e_popup.c:   e_container_shape_resize(pop->shape, pop->w, pop->h);
src/bin/e_popup.c:   ecore_x_window_shape_events_select(pop->evas_win, 1);
src/bin/e_popup.c:   if ((pop->shaped) && (!e_config->use_composite))
src/bin/e_popup.c:	if (!(pop->shaped && e_config->use_composite))
src/bin/e_popup.c:	  e_container_shape_show(pop->shape);
src/bin/e_popup.c:   e_container_shape_hide(pop->shape);
src/bin/e_popup.c:   e_container_shape_move(pop->shape,
src/bin/e_popup.c:   e_container_shape_resize(pop->shape, pop->w, pop->h);
src/bin/e_popup.c:   e_container_shape_move(pop->shape,
src/bin/e_popup.c:   e_container_shape_resize(pop->shape, pop->w, pop->h);
src/bin/e_popup.c:   const char *shape_option;
src/bin/e_popup.c:   shape_option = edje_object_data_get(o, "shaped");
src/bin/e_popup.c:   if (shape_option)
src/bin/e_popup.c:	if (!strcmp(shape_option, "1"))
src/bin/e_popup.c:	  pop->shaped = 1;
src/bin/e_popup.c:	  pop->shaped = 0;
src/bin/e_popup.c:	     ecore_evas_alpha_set(pop->ecore_evas, pop->shaped);
src/bin/e_popup.c:	  ecore_evas_shaped_set(pop->ecore_evas, pop->shaped);
src/bin/e_popup.c:	if (pop->need_shape_export)
src/bin/e_popup.c:	     rects = ecore_x_window_shape_rectangles_get(pop->evas_win, &num);
src/bin/e_popup.c:		  if ((num == pop->shape_rects_num) && (pop->shape_rects))
src/bin/e_popup.c:		       orects = pop->shape_rects;
src/bin/e_popup.c:		       E_FREE(pop->shape_rects);
src/bin/e_popup.c:		       pop->shape_rects = rects;
src/bin/e_popup.c:		       pop->shape_rects_num = num;
src/bin/e_popup.c:		       e_container_shape_rects_set(pop->shape, rects, num);
src/bin/e_popup.c:		  E_FREE(pop->shape_rects);
src/bin/e_popup.c:		  pop->shape_rects = NULL;
src/bin/e_popup.c:		  pop->shape_rects_num = 0;
src/bin/e_popup.c:		  e_container_shape_rects_set(pop->shape, NULL, 0);
src/bin/e_popup.c:	     pop->need_shape_export = 0;
src/bin/e_popup.c:	    (!pop->shaped && e_config->use_composite))
src/bin/e_popup.c:	  e_container_shape_show(pop->shape);
src/bin/e_popup.c:   E_FREE(pop->shape_rects);
src/bin/e_popup.c:   pop->shape_rects_num = 0;
src/bin/e_popup.c:   e_container_shape_hide(pop->shape);
src/bin/e_popup.c:   e_object_del(E_OBJECT(pop->shape));
src/bin/e_popup.c:   e_container_shape_show(pop->shape);
src/bin/e_popup.c:_e_popup_cb_window_shape(__UNUSED__ void *data, __UNUSED__ int ev_type, void *ev)
src/bin/e_popup.c:   Ecore_X_Event_Window_Shape *e;
src/bin/e_popup.c:   if (pop) pop->need_shape_export = 1;
src/bin/e_obj_dialog.c:   s = edje_object_data_get(od->bg_object, "shaped");
src/bin/e_obj_dialog.c:     e_win_shaped_set(od->win, 1);
src/bin/e_container.h:typedef enum _E_Container_Shape_Change
src/bin/e_container.h:   E_CONTAINER_SHAPE_ADD,
src/bin/e_container.h:   E_CONTAINER_SHAPE_DEL,
src/bin/e_container.h:   E_CONTAINER_SHAPE_SHOW,
src/bin/e_container.h:   E_CONTAINER_SHAPE_HIDE,
src/bin/e_container.h:   E_CONTAINER_SHAPE_MOVE,
src/bin/e_container.h:   E_CONTAINER_SHAPE_RESIZE,
src/bin/e_container.h:   E_CONTAINER_SHAPE_RECTS
src/bin/e_container.h:} E_Container_Shape_Change;
src/bin/e_container.h:typedef struct _E_Container_Shape          E_Container_Shape;
src/bin/e_container.h:typedef struct _E_Container_Shape_Callback E_Container_Shape_Callback;
src/bin/e_container.h:#define E_CONTAINER_SHAPE_TYPE (int) 0xE0b01004
src/bin/e_container.h:   Eina_List           *shapes;
src/bin/e_container.h:   Eina_List           *shape_change_cb;
src/bin/e_container.h:struct _E_Container_Shape
src/bin/e_container.h:   Eina_List     *shape;
src/bin/e_container.h:struct _E_Container_Shape_Callback
src/bin/e_container.h:   void (*func) (void *data, E_Container_Shape *es, E_Container_Shape_Change ch);
src/bin/e_container.h:EAPI E_Container_Shape *e_container_shape_add(E_Container *con);
src/bin/e_container.h:EAPI void               e_container_shape_show(E_Container_Shape *es);
src/bin/e_container.h:EAPI void               e_container_shape_hide(E_Container_Shape *es);
src/bin/e_container.h:EAPI void               e_container_shape_move(E_Container_Shape *es, int x, int y);
src/bin/e_container.h:EAPI void               e_container_shape_resize(E_Container_Shape *es, int w, int h);
src/bin/e_container.h:EAPI Eina_List         *e_container_shape_list_get(E_Container *con);
src/bin/e_container.h:EAPI void               e_container_shape_geometry_get(E_Container_Shape *es, int *x, int *y, int *w, int *h);
src/bin/e_container.h:EAPI E_Container       *e_container_shape_container_get(E_Container_Shape *es);
src/bin/e_container.h:EAPI void               e_container_shape_change_callback_add(E_Container *con, void (*func) (void *data, E_Container_Shape *es, E_Container_Shape_Change ch), void *data);
src/bin/e_container.h:EAPI void               e_container_shape_change_callback_del(E_Container *con, void (*func) (void *data, E_Container_Shape *es, E_Container_Shape_Change ch), void *data);
src/bin/e_container.h:EAPI Eina_List         *e_container_shape_rects_get(E_Container_Shape *es);
src/bin/e_container.h:EAPI void               e_container_shape_rects_set(E_Container_Shape *es, Ecore_X_Rectangle *rects, int num);
src/bin/e_container.h:EAPI void               e_container_shape_solid_rect_set(E_Container_Shape *es, int x, int y, int w, int h);
src/bin/e_container.h:EAPI void               e_container_shape_solid_rect_get(E_Container_Shape *es, int *x, int *y, int *w, int *h);
src/bin/e_dnd.c:static Eina_Bool  _e_dnd_cb_window_shape(void *data, int type, void *event);
src/bin/e_dnd.c:				      ecore_event_handler_add(ECORE_X_EVENT_WINDOW_SHAPE,
src/bin/e_dnd.c:							      _e_dnd_cb_window_shape, NULL));
src/bin/e_dnd.c:	/* avoid excess exposes when shaped - set damage avoid to 1 */
src/bin/e_dnd.c:	ecore_evas_shaped_set(drag->ecore_evas, 1);
src/bin/e_dnd.c:	ecore_x_window_shape_events_select(drag->evas_win, 1);
src/bin/e_dnd.c:   drag->shape = e_container_shape_add(drag->container);
src/bin/e_dnd.c:   e_container_shape_move(drag->shape, drag->x, drag->y);
src/bin/e_dnd.c:   e_container_shape_resize(drag->shape, drag->w, drag->h);
src/bin/e_dnd.c:   e_container_shape_resize(drag->shape, drag->w, drag->h);
src/bin/e_dnd.c:	if (drag->need_shape_export)
src/bin/e_dnd.c:	     rects = ecore_x_window_shape_rectangles_get(drag->evas_win, &num);
src/bin/e_dnd.c:		  if ((num == drag->shape_rects_num) && (drag->shape_rects))
src/bin/e_dnd.c:		       orects = drag->shape_rects;
src/bin/e_dnd.c:		       E_FREE(drag->shape_rects);
src/bin/e_dnd.c:		       drag->shape_rects = rects;
src/bin/e_dnd.c:		       drag->shape_rects_num = num;
src/bin/e_dnd.c:		       e_container_shape_rects_set(drag->shape, rects, num);
src/bin/e_dnd.c:		  E_FREE(drag->shape_rects);
src/bin/e_dnd.c:		  drag->shape_rects = NULL;
src/bin/e_dnd.c:		  drag->shape_rects_num = 0;
src/bin/e_dnd.c:		  e_container_shape_rects_set(drag->shape, NULL, 0);
src/bin/e_dnd.c:	     drag->need_shape_export = 0;
src/bin/e_dnd.c:	       e_container_shape_show(drag->shape);
src/bin/e_dnd.c:	     e_container_shape_move(drag->shape, drag->x, drag->y);
src/bin/e_dnd.c:   e_container_shape_show(drag->shape);
src/bin/e_dnd.c:   e_container_shape_hide(drag->shape);
src/bin/e_dnd.c:   E_FREE(drag->shape_rects);
src/bin/e_dnd.c:   drag->shape_rects_num = 0;
src/bin/e_dnd.c:   e_container_shape_hide(drag->shape);
src/bin/e_dnd.c:   e_object_del(E_OBJECT(drag->shape));
src/bin/e_dnd.c:_e_dnd_cb_window_shape(__UNUSED__ void *data, __UNUSED__ int ev_type, void *ev)
src/bin/e_dnd.c:   Ecore_X_Event_Window_Shape *e = ev;
src/bin/e_dnd.c:	  drag->need_shape_export = 1;
src/bin/e_manager.c:static int _e_manager_cb_window_shape(void *data, int ev_type, void *ev);
src/bin/e_manager.c:static int _e_manager_cb_window_shape(void *data, int ev_type, void *ev){return 1;}
src/bin/e_popup.h:   unsigned char        shaped : 1;
src/bin/e_popup.h:   unsigned char        need_shape_export : 1; 
src/bin/e_popup.h:   E_Container_Shape   *shape;
src/bin/e_popup.h:   int                  shape_rects_num;
src/bin/e_popup.h:   Ecore_X_Rectangle   *shape_rects;
src/bin/e_border.c:static Eina_Bool _e_border_cb_window_shape(void *data, int ev_type, void *ev);
src/bin/e_border.c:   handlers = eina_list_append(handlers, ecore_event_handler_add(ECORE_X_EVENT_WINDOW_SHAPE, _e_border_cb_window_shape, NULL));
src/bin/e_border.c:        ecore_x_window_shape_events_select(bd->win, 1);
src/bin/e_border.c:   ecore_x_window_shape_events_select(bd->bg_win, 1);
src/bin/e_border.c:   bd->changes.shape = 1;
src/bin/e_border.c:   bd->shape = e_container_shape_add(con);
src/bin/e_border.c:   e_container_shape_show(bd->shape);
src/bin/e_border.c:   e_container_shape_hide(bd->shape);
src/bin/e_border.c:   if ((bd->shaped) || (bd->client.shaped))
src/bin/e_border.c:	bd->need_shape_merge = 1;
src/bin/e_border.c:	bd->need_shape_export = 1;
src/bin/e_border.c:	if ((bd->shaped) || (bd->client.shaped))
src/bin/e_border.c:	     bd->need_shape_merge = 1;
src/bin/e_border.c:	     bd->need_shape_export = 1;
src/bin/e_border.c:	if ((bd->shaped) || (bd->client.shaped))
src/bin/e_border.c:	     bd->need_shape_merge = 1;
src/bin/e_border.c:	     bd->need_shape_export = 1;
src/bin/e_border.c:	if ((bd->shaped) || (bd->client.shaped))
src/bin/e_border.c:	     bd->need_shape_merge = 1;
src/bin/e_border.c:	     bd->need_shape_export = 1;
src/bin/e_border.c:	if ((bd->shaped) || (bd->client.shaped))
src/bin/e_border.c:	     bd->need_shape_merge = 1;
src/bin/e_border.c:	     bd->need_shape_export = 1;
src/bin/e_border.c:			   (bd->shaped))
src/bin/e_border.c:		       rect = ecore_x_window_shape_rectangles_get(bd->win, &num);
src/bin/e_border.c:   if ((bd->shaped) || (bd->client.shaped))
src/bin/e_border.c:	bd->need_shape_merge = 1;
src/bin/e_border.c:	bd->need_shape_export = 1;
src/bin/e_border.c:   E_FREE(bd->shape_rects);
src/bin/e_border.c:   bd->shape_rects_num = 0;
src/bin/e_border.c:   e_object_del(E_OBJECT(bd->shape));
src/bin/e_border.c:_e_border_cb_window_shape(void *data __UNUSED__, int ev_type __UNUSED__, void *ev)
src/bin/e_border.c:   Ecore_X_Event_Window_Shape *e;
src/bin/e_border.c:	bd->changes.shape = 1;
src/bin/e_border.c:	bd->need_shape_export = 1;
src/bin/e_border.c:	bd->need_shape_merge = 1;
src/bin/e_border.c:   if (bd->changes.shape)
src/bin/e_border.c:	bd->changes.shape = 0;
src/bin/e_border.c:	rects = ecore_x_window_shape_rectangles_get(bd->client.win, &num);
src/bin/e_border.c:	      * a shape change again to fixup next event loop.
src/bin/e_border.c:	       bd->changes.shape = 1;
src/bin/e_border.c:		  if (bd->client.shaped)
src/bin/e_border.c:		       bd->client.shaped = 0;
src/bin/e_border.c:		  if (!bd->client.shaped)
src/bin/e_border.c:		       bd->client.shaped = 1;
src/bin/e_border.c:	     bd->client.shaped = 0;
src/bin/e_border.c:	bd->need_shape_merge = 1;
src/bin/e_border.c:	else if (bd->client.shaped)
src/bin/e_border.c:	  bordername = "shaped";
src/bin/e_border.c:	     bd->shaped = 0;
src/bin/e_border.c:		  const char *shape_option;
src/bin/e_border.c:		  shape_option = edje_object_data_get(o, "shaped");
src/bin/e_border.c:		  if ((shape_option) && (!strcmp(shape_option, "1")))
src/bin/e_border.c:                    bd->shaped = 1;
src/bin/e_border.c:	     ecore_evas_shaped_set(bd->bg_ecore_evas, bd->shaped);
src/bin/e_border.c:	e_container_shape_resize(bd->shape, bd->w, bd->h);
src/bin/e_border.c:	  e_container_shape_move(bd->shape, bd->x + bd->fx.x, bd->y + bd->fx.y);
src/bin/e_border.c:	e_container_shape_move(bd->shape, bd->x + bd->fx.x, bd->y + bd->fx.y);
src/bin/e_border.c:   if (bd->need_shape_merge)
src/bin/e_border.c:	if ((bd->shaped) || (bd->client.shaped))
src/bin/e_border.c:	     if (bd->shaped)
src/bin/e_border.c:	       ecore_x_window_shape_window_set(twin, bd->bg_win);
src/bin/e_border.c:		  ecore_x_window_shape_rectangles_set(twin, rects, 4);
src/bin/e_border.c:	     ecore_x_window_shape_window_set_xy(twin2, bd->client.win,
src/bin/e_border.c:	     ecore_x_window_shape_rectangle_clip(twin2, 0, 0,
src/bin/e_border.c:	     ecore_x_window_shape_window_add_xy(twin, twin2,
src/bin/e_border.c:	     ecore_x_window_shape_window_set(bd->win, twin);
src/bin/e_border.c:	  ecore_x_window_shape_mask_set(bd->win, 0);
src/bin/e_border.c://	bd->need_shape_export = 1;
src/bin/e_border.c:	bd->need_shape_merge = 0;
src/bin/e_border.c:   if (bd->need_shape_export)
src/bin/e_border.c:	rects = ecore_x_window_shape_rectangles_get(bd->win, &num);
src/bin/e_border.c:	     if ((num == bd->shape_rects_num) && (bd->shape_rects))
src/bin/e_border.c:		  orects = bd->shape_rects;
src/bin/e_border.c:		  if (bd->client.shaped)
src/bin/e_border.c:		    e_container_shape_solid_rect_set(bd->shape, 0, 0, 0, 0);
src/bin/e_border.c:		    e_container_shape_solid_rect_set(bd->shape, bd->client_inset.l, bd->client_inset.t, bd->client.w, bd->client.h);
src/bin/e_border.c:		  E_FREE(bd->shape_rects);
src/bin/e_border.c:		  bd->shape_rects = rects;
src/bin/e_border.c:		  bd->shape_rects_num = num;
src/bin/e_border.c:		  e_container_shape_rects_set(bd->shape, rects, num);
src/bin/e_border.c:	     E_FREE(bd->shape_rects);
src/bin/e_border.c:	     bd->shape_rects = NULL;
src/bin/e_border.c:	     bd->shape_rects_num = 0;
src/bin/e_border.c:	     e_container_shape_rects_set(bd->shape, NULL, 0);
src/bin/e_border.c:	bd->need_shape_export = 0;
src/bin/e_border.c:   if ((bd->shaped) || (bd->client.shaped))
src/bin/e_border.c:	bd->need_shape_merge = 1;
src/bin/e_border.c:	bd->need_shape_export = 1;
src/bin/e_win.h:EAPI void   e_win_shaped_set         (E_Win *win, int shaped);
src/bin/e_menu.h:   E_Container_Shape   *shape;
src/bin/e_menu.h:   int                  shape_rects_num;
src/bin/e_menu.h:   Ecore_X_Rectangle   *shape_rects;
src/bin/e_menu.h:   unsigned char        shaped : 1;
src/bin/e_menu.h:   unsigned char        need_shape_export : 1;
src/bin/e_pointer.c:          cursor = ecore_x_cursor_shape_get(ECORE_X_CURSOR_FLEUR);
src/bin/e_pointer.c:          cursor = ecore_x_cursor_shape_get(ECORE_X_CURSOR_SIZING);
src/bin/e_pointer.c:          cursor = ecore_x_cursor_shape_get(ECORE_X_CURSOR_TOP_LEFT_CORNER);
src/bin/e_pointer.c:          cursor = ecore_x_cursor_shape_get(ECORE_X_CURSOR_TOP_SIDE);
src/bin/e_pointer.c:          cursor = ecore_x_cursor_shape_get(ECORE_X_CURSOR_TOP_RIGHT_CORNER);
src/bin/e_pointer.c:          cursor = ecore_x_cursor_shape_get(ECORE_X_CURSOR_RIGHT_SIDE);
src/bin/e_pointer.c:          cursor = ecore_x_cursor_shape_get(ECORE_X_CURSOR_BOTTOM_RIGHT_CORNER);
src/bin/e_pointer.c:          cursor = ecore_x_cursor_shape_get(ECORE_X_CURSOR_BOTTOM_SIDE);
src/bin/e_pointer.c:          cursor = ecore_x_cursor_shape_get(ECORE_X_CURSOR_BOTTOM_LEFT_CORNER);
src/bin/e_pointer.c:          cursor = ecore_x_cursor_shape_get(ECORE_X_CURSOR_LEFT_SIDE);
src/bin/e_pointer.c:          cursor = ecore_x_cursor_shape_get(ECORE_X_CURSOR_XTERM);
src/bin/e_pointer.c:          cursor = ecore_x_cursor_shape_get(ECORE_X_CURSOR_LEFT_PTR);
src/bin/e_pointer.c:          cursor = ecore_x_cursor_shape_get(ECORE_X_CURSOR_PLUS);
src/bin/e_pointer.c:	     cursor = ecore_x_cursor_shape_get(ECORE_X_CURSOR_ARROW);
src/bin/e_dnd.h:   E_Container_Shape *shape;
src/bin/e_dnd.h:   int shape_rects_num;
src/bin/e_dnd.h:   Ecore_X_Rectangle *shape_rects;
src/bin/e_dnd.h:   unsigned char need_shape_export : 1;
src/bin/e_remember.c:	bd->changes.shape = 1;
src/bin/e_border.h:      unsigned char shaped : 1;
src/bin/e_border.h:   E_Container_Shape *shape;
src/bin/e_border.h:   unsigned int    shaped : 1;
src/bin/e_border.h:   unsigned int    need_shape_merge : 1;
src/bin/e_border.h:   unsigned int    need_shape_export : 1;
src/bin/e_border.h:      unsigned char shape : 1;
src/bin/e_border.h:   int shape_rects_num;
src/bin/e_border.h:   Ecore_X_Rectangle *shape_rects;
src/bin/e_win.c:e_win_shaped_set(E_Win *win, int shaped)
src/bin/e_win.c:   ecore_evas_shaped_set(win->ecore_evas, shaped);
src/modules/comp/e_mod_comp.c:   Ecore_X_Rectangle    *rects; // shape rects... if shaped :(
src/modules/comp/e_mod_comp.c:   Eina_Bool             shaped : 1; // is shaped
src/modules/comp/e_mod_comp.c:   Eina_Bool             shape_changed : 1; // shape changed
src/modules/comp/e_mod_comp.c:            (!cw->argb) && (!cw->shaped)
src/modules/comp/e_mod_comp.c:_e_mod_comp_shaped_check(int w, int h, const Ecore_X_Rectangle *rects, int num)
src/modules/comp/e_mod_comp.c:_e_mod_comp_win_shaped_check(const E_Comp_Win *cw, const Ecore_X_Rectangle *rects, int num)
src/modules/comp/e_mod_comp.c:   return _e_mod_comp_shaped_check(cw->w, cw->h, rects, num);
src/modules/comp/e_mod_comp.c:_e_mod_comp_win_shape_rectangles_apply(E_Comp_Win *cw, const Ecore_X_Rectangle *rects, int num)
src/modules/comp/e_mod_comp.c:   DBG("SHAPE [0x%x] change, rects=%p (%d)\n", cw->win, rects, num);
src/modules/comp/e_mod_comp.c:   if (!_e_mod_comp_win_shaped_check(cw, rects, num))
src/modules/comp/e_mod_comp.c:		  printf("BUGGER: shape with native surface? cw=%p\n", cw);
src/modules/comp/e_mod_comp.c:                       DBG("SHAPE [0x%x] rects %i\n", cw->win, num);
src/modules/comp/e_mod_comp.c:        if (cw->shaped)
src/modules/comp/e_mod_comp.c:                       fprintf(stderr, "BUGGER: shape with native surface? cw=%p\n", cw);
src/modules/comp/e_mod_comp.c:   int pshaped = cw->shaped;
src/modules/comp/e_mod_comp.c:        if (cw->shape_changed)
src/modules/comp/e_mod_comp.c:             cw->rects = ecore_x_window_shape_rectangles_get(cw->win, &(cw->rects_num));
src/modules/comp/e_mod_comp.c:             if (!_e_mod_comp_win_shaped_check(cw, cw->rects, cw->rects_num))
src/modules/comp/e_mod_comp.c:             if ((cw->rects) && (!cw->shaped))
src/modules/comp/e_mod_comp.c:                  cw->shaped = 1;
src/modules/comp/e_mod_comp.c:             else if ((!cw->rects) && (cw->shaped))
src/modules/comp/e_mod_comp.c:                  cw->shaped = 0;
src/modules/comp/e_mod_comp.c:       (!cw->shaped) && (!cw->rects))
src/modules/comp/e_mod_comp.c:             if (cw->shaped)
src/modules/comp/e_mod_comp.c:                  _e_mod_comp_win_shape_rectangles_apply(cw, cw->rects, cw->rects_num);
src/modules/comp/e_mod_comp.c:                  if (cw->shape_changed)
src/modules/comp/e_mod_comp.c:                    _e_mod_comp_win_shape_rectangles_apply(cw, cw->rects, cw->rects_num);
src/modules/comp/e_mod_comp.c:             cw->shape_changed = 0;
src/modules/comp/e_mod_comp.c:        if (pshaped != cw->shaped)
src/modules/comp/e_mod_comp.c:             if (cw->shaped)
src/modules/comp/e_mod_comp.c:   if (cw->shaped) return 0;
src/modules/comp/e_mod_comp.c:        if (cw->shaped)
src/modules/comp/e_mod_comp.c:        ecore_x_window_shape_events_select(cw->win, 1);
src/modules/comp/e_mod_comp.c:        rects = ecore_x_window_shape_rectangles_get(cw->win, &num);
src/modules/comp/e_mod_comp.c:	     if (!_e_mod_comp_shaped_check(att.w, att.h, rects, num))
src/modules/comp/e_mod_comp.c:                  cw->shape_changed = 1;
src/modules/comp/e_mod_comp.c:_e_mod_comp_win_reshape(E_Comp_Win *cw)
src/modules/comp/e_mod_comp.c:   if (cw->shape_changed) return;
src/modules/comp/e_mod_comp.c:   cw->shape_changed = 1;
src/modules/comp/e_mod_comp.c:_e_mod_comp_shape(void *data __UNUSED__, int type __UNUSED__, void *event)
src/modules/comp/e_mod_comp.c:   Ecore_X_Event_Window_Shape *ev = event;
src/modules/comp/e_mod_comp.c:   if (ev->type != ECORE_X_SHAPE_BOUNDING) return ECORE_CALLBACK_PASS_ON;
src/modules/comp/e_mod_comp.c:   _e_mod_comp_win_reshape(cw);
src/modules/comp/e_mod_comp.c:   handlers = eina_list_append(handlers, ecore_event_handler_add(ECORE_X_EVENT_WINDOW_SHAPE,     _e_mod_comp_shape,            NULL));
src/modules/illume-keyboard/dicts/English_(US).dic:misshapen 3
src/modules/illume-keyboard/dicts/English_(US).dic:shape 106
src/modules/illume-keyboard/dicts/English_(US).dic:shaped 7
src/modules/illume-keyboard/dicts/English_(US).dic:shapeless 3
src/modules/illume-keyboard/dicts/English_(US).dic:shapelessly 2
src/modules/illume-keyboard/dicts/English_(US).dic:shapelessness 2
src/modules/illume-keyboard/dicts/English_(US).dic:shapelessness's 1
src/modules/illume-keyboard/dicts/English_(US).dic:shapelier 1
src/modules/illume-keyboard/dicts/English_(US).dic:shapeliest 1
src/modules/illume-keyboard/dicts/English_(US).dic:shapeliness 2
src/modules/illume-keyboard/dicts/English_(US).dic:shapely 3
src/modules/illume-keyboard/dicts/English_(US).dic:shape's 1
src/modules/illume-keyboard/dicts/English_(US).dic:shapes 1
src/modules/illume-keyboard/dicts/English_(US).dic:shipshape 2
src/modules/illume-keyboard/dicts/English_(US)_Small.dic:shape 85
src/modules/illume-keyboard/dicts/English_(US)_Small.dic:shapes 29
src/modules/gadman/e_mod_gadman.c:static void on_shape_change(void *data, E_Container_Shape *es, E_Container_Shape_Change ch);
src/modules/gadman/e_mod_gadman.c:   e_container_shape_change_callback_add(Man->container, on_shape_change, NULL);
src/modules/gadman/e_mod_gadman.c:   e_container_shape_change_callback_del(Man->container, on_shape_change, NULL);
src/modules/gadman/e_mod_gadman.c:             ecore_x_window_shape_rectangle_set(Man->top_win, 0, 0,
src/modules/gadman/e_mod_gadman.c:          ecore_evas_shaped_set(Man->top_ee, 1);
src/modules/gadman/e_mod_gadman.c:on_shape_change(void *data __UNUSED__, E_Container_Shape *es, E_Container_Shape_Change ch __UNUSED__)
src/modules/gadman/e_mod_gadman.c:   con = e_container_shape_container_get(es);
src/modules/systray/e_mod_main.c:   ecore_x_window_shape_events_select(win, 1);
src/modules/illume2/policies/illume/policy.c:            (!bd->need_shape_export) && (!bd->need_shape_merge)) continue;
src/modules/illume2/e_mod_policy.c:            (bd->need_shape_export) || (bd->need_shape_merge)) 
src/modules/illume2/e_illume.c:   e_container_shape_show(bd->shape);
src/modules/illume2/e_illume.c:   e_container_shape_hide(bd->shape);
src/modules/everything/evry.c:   const char *shape_option;
src/modules/everything/evry.c:   if ((shape_option = edje_object_data_get(o, "shaped")) &&
src/modules/everything/evry.c:       (!strcmp(shape_option, "1")))
src/modules/everything/evry.c:	win->shaped = EINA_TRUE;
src/modules/everything/evry.c:	  ecore_evas_shaped_set(win->ewin->ecore_evas, 1);
src/modules/everything/evry.c:	if (!win->shaped)
src/modules/everything/e_mod_main.h:  Eina_Bool shaped;
src/modules/illume/dicts/English_(US).dic:misshapen 3
src/modules/illume/dicts/English_(US).dic:shape 106
src/modules/illume/dicts/English_(US).dic:shaped 7
src/modules/illume/dicts/English_(US).dic:shapeless 3
src/modules/illume/dicts/English_(US).dic:shapelessly 2
src/modules/illume/dicts/English_(US).dic:shapelessness 2
src/modules/illume/dicts/English_(US).dic:shapelessness's 1
src/modules/illume/dicts/English_(US).dic:shapelier 1
src/modules/illume/dicts/English_(US).dic:shapeliest 1
src/modules/illume/dicts/English_(US).dic:shapeliness 2
src/modules/illume/dicts/English_(US).dic:shapely 3
src/modules/illume/dicts/English_(US).dic:shape's 1
src/modules/illume/dicts/English_(US).dic:shapes 1
src/modules/illume/dicts/English_(US).dic:shipshape 2
src/modules/illume/dicts/English_(US)_Small.dic:shape 85
src/modules/illume/dicts/English_(US)_Small.dic:shapes 29
src/modules/dropshadow/e_mod_main.c:static void        _ds_container_shapes_add(Dropshadow *ds, E_Container *con);
src/modules/dropshadow/e_mod_main.c:static void        _ds_shape_change(void *data, E_Container_Shape *es, E_Container_Shape_Change ch);
src/modules/dropshadow/e_mod_main.c:static Shadow     *_ds_shadow_find(Dropshadow *ds, E_Container_Shape *es);
src/modules/dropshadow/e_mod_main.c:static Shadow     *_ds_shadow_add(Dropshadow *ds, E_Container_Shape *es);
src/modules/dropshadow/e_mod_main.c:static void        _ds_shadow_shaperects(Shadow *sh);
src/modules/dropshadow/e_mod_main.c:static int         _ds_shadow_reshape(void *data);
src/modules/dropshadow/e_mod_main.c:	     e_container_shape_change_callback_add(con, _ds_shape_change, ds);
src/modules/dropshadow/e_mod_main.c:	     _ds_container_shapes_add(ds, con);
src/modules/dropshadow/e_mod_main.c:   ds->idler_before = e_main_idler_before_add(_ds_shadow_reshape, ds, 0);
src/modules/dropshadow/e_mod_main.c:	e_container_shape_change_callback_del(con, _ds_shape_change, ds);
src/modules/dropshadow/e_mod_main.c:_ds_container_shapes_add(Dropshadow *ds, E_Container *con)
src/modules/dropshadow/e_mod_main.c:   Eina_List *shapes, *l;
src/modules/dropshadow/e_mod_main.c:   shapes = e_container_shape_list_get(con);
src/modules/dropshadow/e_mod_main.c:   for (l = shapes; l; l = l->next)
src/modules/dropshadow/e_mod_main.c:	E_Container_Shape *es;
src/modules/dropshadow/e_mod_main.c:	e_container_shape_geometry_get(es, &x, &y, &w, &h);
src/modules/dropshadow/e_mod_main.c:_ds_shape_change(void *data, E_Container_Shape *es, E_Container_Shape_Change ch)
src/modules/dropshadow/e_mod_main.c:      case E_CONTAINER_SHAPE_ADD:
src/modules/dropshadow/e_mod_main.c:      case E_CONTAINER_SHAPE_DEL:
src/modules/dropshadow/e_mod_main.c:      case E_CONTAINER_SHAPE_SHOW:
src/modules/dropshadow/e_mod_main.c:      case E_CONTAINER_SHAPE_HIDE:
src/modules/dropshadow/e_mod_main.c:      case E_CONTAINER_SHAPE_MOVE:
src/modules/dropshadow/e_mod_main.c:	e_container_shape_geometry_get(es, &x, &y, &w, &h);
src/modules/dropshadow/e_mod_main.c:      case E_CONTAINER_SHAPE_RESIZE:
src/modules/dropshadow/e_mod_main.c:	e_container_shape_geometry_get(es, &x, &y, &w, &h);
src/modules/dropshadow/e_mod_main.c:      case E_CONTAINER_SHAPE_RECTS:
src/modules/dropshadow/e_mod_main.c:	if (sh) _ds_shadow_shaperects(sh);
src/modules/dropshadow/e_mod_main.c:_ds_shadow_find(Dropshadow *ds, E_Container_Shape *es)
src/modules/dropshadow/e_mod_main.c:	if (sh->shape == es) return sh;
src/modules/dropshadow/e_mod_main.c:_ds_shadow_add(Dropshadow *ds, E_Container_Shape *es)
src/modules/dropshadow/e_mod_main.c:   sh->shape = es;
src/modules/dropshadow/e_mod_main.c:   e_object_ref(E_OBJECT(sh->shape));
src/modules/dropshadow/e_mod_main.c:   con = e_container_shape_container_get(sh->shape);
src/modules/dropshadow/e_mod_main.c:   con = e_container_shape_container_get(sh->shape);
src/modules/dropshadow/e_mod_main.c:   e_object_unref(E_OBJECT(sh->shape));
src/modules/dropshadow/e_mod_main.c:     sh->reshape = 1;
src/modules/dropshadow/e_mod_main.c:	     sh->reshape = 1;
src/modules/dropshadow/e_mod_main.c:	sh->reshape = 1;
src/modules/dropshadow/e_mod_main.c:_ds_shadow_shaperects(Shadow *sh)
src/modules/dropshadow/e_mod_main.c:   /* the window shape changed - well we have to recalc it */
src/modules/dropshadow/e_mod_main.c:   sh->reshape = 1;
src/modules/dropshadow/e_mod_main.c:_ds_shadow_reshape(void *data)
src/modules/dropshadow/e_mod_main.c:	if (sh->reshape)
src/modules/dropshadow/e_mod_main.c:	     sh->reshape = 0;
src/modules/dropshadow/e_mod_main.c:   rects = e_container_shape_rects_get(sh->shape);
src/modules/dropshadow/e_mod_main.c:	_ds_shadow_shaperects(sh);
src/modules/dropshadow/e_mod_main.c:	_ds_shadow_shaperects(sh);
src/modules/dropshadow/e_mod_main.c:	_ds_shadow_shaperects(sh);
src/modules/dropshadow/e_mod_main.h:   E_Container_Shape *shape;
src/modules/dropshadow/e_mod_main.h:   unsigned char reshape : 1;
root@hui-laptop:/media/commun/eyome/Modèles/enlightenment-0.16.999.52995#

Hors ligne

#5 Le 07/10/2010, à 21:17

Keiser

Re : Désespère de pouvoir compiler e17

ADcomp, effectivement, si je m'étais moins énervé et par le même coup, si j'avais mieux chercher j'aurais au moins trouvé ça...:rolleyes:

Par contre, même en ayant installé x11proto-xext-dev, j'ai EXACTEMENT le même résultat! Et là c'est vraiment surprenant.

Dernière modification par Keiser (Le 07/10/2010, à 21:38)

Hors ligne