[PATCH v3 1/2] dix: Add facilities for client ID tracking.
Rami Ylimäki
rami.ylimaki at vincit.fi
Tue Oct 5 00:55:59 PDT 2010
On 10/02/2010 02:00 AM, Jesse Adkins wrote:
>> +AC_ARG_ENABLE(clientids, AS_HELP_STRING([--disable-clientids], [Build Xorg with client ID tracking (default: enabled)]), [CLIENTIDS=$enableval], [CLIENTIDS=yes])
> Shouldn't that be --enable-clientids instead of --disable-clientids?
Hi,
Alan already told the difference of these options, but did you
originally mean that the option should be disabled by default and
therefore --enable-clientids should be used instead?
I'm about to start work on the client side and propose a new request for
XResource extension for querying the local client PID. Therefore I think
it makes sense to keep the feature enabled by default in X server.
Having that enabled shouldn't affect X server performance in a
significant way.
-- Rami
More information about the xorg-devel
mailing list