Re: [Nautilus-list] Problem with compiling Nautilus
- From: Zbigniew Chyla <cyba gnome pl>
- To: Darin Adler <darin eazel com>
- Cc: Nautilus <nautilus-list lists eazel com>, Ramiro Estrugo <ramiro eazel com>
- Subject: Re: [Nautilus-list] Problem with compiling Nautilus
- Date: Mon, 30 Apr 2001 21:59:14 +0200
On Mon, 2001-04-30 at 10:53:38, Darin Adler wrote:
> > I can't compile Nautilus HEAD because eel functions still accept and return
> > _pointers_ instead of values. It looks like you forgot to commit eel changes
> > to CVS.
>
> I see the eel changes in cvs. Version 1.4 of the file eel-art-extensions.c,
> for example.
Nautilus HEAD:
libnautilus-extensions/nautilus-icon-canvas-item.c
(nautilus_icon_canvas_item_update_bounds):
(...)
ArtIRect before, after, emblem_rect;
EmblemLayout emblem_layout;
GdkPixbuf *emblem_pixbuf;
/* Compute new bounds. */
before = eel_gnome_canvas_item_get_current_canvas_bounds
(GNOME_CANVAS_ITEM (item));
(...)
eel HEAD:
eel/eel-gnome-extensions.h:
(...)
void eel_gnome_canvas_item_get_current_canvas_bounds (
GnomeCanvasItem *item,
ArtIRect *canvas_bounds);
(...)
eel-gnome-extensions.[ch] files are _not_ updated (and probably few others).
Zbigniew
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]