Re: Xserver LogInit

2009-08-17 Thread Alan Coopersmith
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-   alan.coopersm...@sun.com
 Sun Microsystems, Inc. - X Window System Engineering

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Xserver LogInit

2009-08-16 Thread Peter Hutterer
On Sun, Aug 16, 2009 at 08:09:33PM -0700, 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.
> 

No, it's a server-internal function.

I do wonder why you'd need to though.

Cheers,
  Peter
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Xserver LogInit

2009-08-16 Thread Jesse Adkins
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.



  
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg