Re: [Nautilus-list] More compile problems on solaris
- From: Darin Adler <darin bentspoon com>
- To: Ben FrantzDale <bfrantzdale hmc edu>
- Cc: nautilus-list lists eazel com
- Subject: Re: [Nautilus-list] More compile problems on solaris
- Date: Mon, 9 Jul 2001 16:09:00 -0700
On Monday, July 9, 2001, at 10:55 AM, Ben FrantzDale wrote:
I'm not sure what to do here. Line 782 and 783 of gtkwrapbox.c look like
this:
gtk_widget_intersect (child->widget, &event->area,
&child_event.area))
gtk_widget_event (child->widget, (GdkEvent*) &child_event);
I tried this:
gtk_widget_intersect (child->widget, &event->area,
&child_event.area))
gtk_widget_event (child->widget, &child_event);
But that didn't work.
I'll fix this one too. Please do a "make -k" and find the other problems
so we don't have to fix these problems one at a time.
-- Darin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]