Re: GTK+ 2.0 Tutorial - C.3.2. scribble-xinput.c

2007-03-02 Thread v4r4n
OK, you got me. I couldn't find a dupe so I started one: http://bugzilla.gnome.org/show_bug.cgi?id=412331 On 2/24/07, Gian Mario Tagliaretti <[EMAIL PROTECTED]> wrote: 2007/2/23, v4r4n <[EMAIL PROTECTED]>: > I'm unsure where to post this, http://bugzilla.gnome.org/ cheers -- Gian Mario Tagl

Re: GTK+ 2.0 Tutorial - C.3.2. scribble-xinput.c

2007-02-24 Thread Gian Mario Tagliaretti
2007/2/23, v4r4n <[EMAIL PROTECTED]>: > I'm unsure where to post this, http://bugzilla.gnome.org/ cheers -- Gian Mario Tagliaretti http://www.parafernalia.org/pygtk/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman

GTK+ 2.0 Tutorial - C.3.2. scribble-xinput.c

2007-02-24 Thread v4r4n
I'm unsure where to post this, but there is a minor typo/compile error in scribble-xinput.c Near the end of http://www.gtk.org/tutorial/x2928.html#AEN2933 the main function has too many return types. There is a: void int main () instead of just int main () Should be an obvious fix, I just don