On Wed, Jan 23, 2002 at 11:24:11AM -0800, Mark Vojkovich wrote:
> int main()
> {
>     Display *dpy;
>     dpy = XOpenDisplay('\0');  /* $DISPLAY connection */

That can't be right.  Make it XOpenDisplay(""); instead.

-andy
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to