Re: a patch for at-poke



Hi Bill,

I don't have the CVS account yet. But Michael said he has committed the patch after review. Although I am working on GNOME-related projects, this is my first patch for a real GNOME project.
Can I apply for the CVS account right now?

Regards,
Bolian


Bill Haneman wrote:

Hi Bolian:

Michael's comment is the only one I have also :-)

Do you not have a CVS account?  If you don't, I think it would be
appropriate since you are working on a number GNOME-related projects.

If you don't, and you want me to commit the patch, I will be happy to do
so and credit you in the ChangeLog, but it would be even better if you
committed under your own account.

Let me know if you don't have the account yet and I'll make the commit.

- Bill

On Tue, 2003-05-27 at 09:05, Michael Meeks wrote:
Hi Bolian,

On Tue, 2003-05-27 at 03:59, Bolian Yin wrote:
I found the way to do that all in gdk abstraction. The new patch is attached. I think it is better now. If no other comments, I will ask Bill to help me commit it.
	So, now I'm not distracted by the X bits ;-) I notice this:

+/* the stuff to blink */
+static int blink_count = 4;
+static int blink_interval = 200;  /* 0.2 s */
+static int blink_x = 0, blink_y = 0, blink_w = 0, blink_h = 0;
+static GtkWidget *blink_widget = NULL;
	If any baby programmers saw this they just might think that global
variables were an acceptable way to program - so if only for their sake
we should do:

typedef struct {
	...
} BlinkData;

	Allocate that in component_blink_extens, pass it in as the user 'data'
member of draw_root_subwin (last arg to g_timeout_add), and free it as
we return false.

	Apart from that; perfect,

	Regards,

		Michael.

--
michael ximian com  <><, Pseudo Engineer, itinerant idiot

_______________________________________________
gnome-accessibility-list mailing list
gnome-accessibility-list gnome org
http://mail.gnome.org/mailman/listinfo/gnome-accessibility-list






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]