Re: [gtk-list] Re: gtk_main question
- From: Vollmer Marius <mvo zagadka ping de>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Re: gtk_main question
- Date: 07 Apr 1998 18:24:45 +0200
Owen Taylor <owt1@cornell.edu> writes:
> The problem is that gtk_main_quit() quits the loop immediately,
> while their still are things in the buffer of queued requests to X.
> So, you need to flush that buffer.
>
> gtk_main_quit ();
> gdk_flush ();
Wouldn't it make sense to include the call to gdk_flush in
gtk_main_quit?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]