[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: I can't understand the difference output of only a line differ
- From: Binary Chen <binary chen gmail com>
- To: Emmanuele Bassi <ebassi gmail com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: I can't understand the difference output of only a line differ
- Date: Thu, 06 Dec 2007 18:54:07 +0800
On Thu, 2007-12-06 at 10:41 +0000, Emmanuele Bassi wrote:
> On Thu, 2007-12-06 at 17:40 +0800, Binary Chen wrote:
>
> > while (1) {
> > sleep(1);
> > gdk_draw_image(drawing->window, gc, img, 0, 0, 0, 0, 200, 200);
> > }
>
> you are blocking with your own loop before entering inside the gtk+ main
> loop with the following call:
>
> > gtk_main();
>
But without the sleep() I will also not reach gtk_main(), but the window
shows, why? What I am asking is this.
Thanks.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]