Re: [gtk-list] Re: Xlib errors - Can someone decrypt this for me?




On Sun, 17 Jan 1999, James Bailie wrote:
> 
> Perchance have you fork()ed and exec()ed without closing the connection to
> the X server?
> 
> If so, #include <X11/Xlib.h> and <gdk/gdkx.h> and do
> 
> close( ConnectionNumber( gdk_display );
>       
> after the fork() and before the exec();
> 

It sure would be nice to have gdk_close_display() for this purpose...

Havoc




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