Jesse Adkins wrote:
> I'm not sure if this is the proper list for this, but here goes. Basically, 
> I'm curious if the LogInit function defined in xserver/log/os.h is able to be 
> called by an X application.

Directly?  No - X applications link with a library (libX11 or libxcb)
that communicates with the X server over a socket using a defined
protocol.   You can't call functions in the server via this method,
and there is no protocol extension defined for client-controlled
server-side logging.

-- 
        -Alan Coopersmith-           [email protected]
         Sun Microsystems, Inc. - X Window System Engineering

_______________________________________________
xorg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to