Re: [GnomeMeeting-devel-list] [PATCH] vfakeio locking
- From: "Damien Sandras" <dsandras seconix com>
- To: "gnomemeeting-devel-list gnome org" <gnomemeeting-devel-list gnome org>
- Subject: Re: [GnomeMeeting-devel-list] [PATCH] vfakeio locking
- Date: Wed, 18 Feb 2004 10:38:04 +0100
I'm not sure it is required.
The 2 following instructions create an internal structure in memory, they
do not access the main GUI. But in case of doubt, we can apply the patch.
Le 18/2/2004, "PUYDT Julien" <julien puydt laposte net> a écrit:
>On mer, 2004-02-18 at 10:04, Damien Sandras wrote:
>> Can you mail the patch inline please?
>diff -ur gnomemeeting-cvs-20040211.CVS/src/vfakeio.cpp
>gnomemeeting-cvs-20040211.CVS.patched/src/vfakeio.cpp
>--- gnomemeeting-cvs-20040211.CVS/src/vfakeio.cpp 2004-02-09
>21:11:53.000000000 +0100
>+++ gnomemeeting-cvs-20040211.CVS.patched/src/vfakeio.cpp 2004-02-17
>20:24:14.000000000 +0100
>@@ -80,7 +80,9 @@
> if (name == "MovingLogo") {
>
> moving = true;
>+ gnomemeeting_threads_enter ();
> orig_pix = gdk_pixbuf_new_from_xpm_data ((const char **)
>text_logo_xpm);
>+ gnomemeeting_threads_leave ();
>
> return TRUE;
> }
>@@ -89,7 +91,9 @@
> moving = false;
>
> image_name = gconf_get_string (VIDEO_DEVICES_KEY "image");
>+ gnomemeeting_threads_enter ();
> orig_pix = gdk_pixbuf_new_from_file (image_name, NULL);
>+ gnomemeeting_threads_leave ();
> g_free (image_name);
>
> if (orig_pix)
>
>
>_______________________________________________
>Gnomemeeting-devel-list mailing list
>Gnomemeeting-devel-list gnome org
>http://mail.gnome.org/mailman/listinfo/gnomemeeting-devel-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]