glib dependency for the X Server
Erwin Rol
mailinglists at erwinrol.com
Mon Apr 3 06:04:05 PDT 2006
On Mon, 2006-04-03 at 14:53 +0200, John Hughes wrote:
> Ikke wrote:
> > > Just started working on a minor patch for this. Although I doubt it'll
> > > be accepted... Who knows ;-)
> > >
> >
> > Attached (sorry for the lag, food etc :-))
> >
> > Not extensively tested, blablabla. Should I get this into gnome
> > bugzilla?
> >
> > + /* Keep standard behaviour */
> > + if (G_LIKELY(g_malloc_failure_handler == NULL))
> > + {
> > g_error ("%s: failed to allocate %lu bytes", G_STRLOC, n_bytes);
> > + }
> > + else
> > + {
> > + g_warning("%s: failed to allocate %lu bytes", G_STRLOC, n_bytes);
> > + g_malloc_failure_handler (n_bytes);
> > + }
> > }
> >
> >
>
> Not very interesting:
It is always great to see how some people motivate others that try to
help.
- Erwin
More information about the xorg
mailing list