On Sun, 2009-03-08 at 09:44 -0700, Alan Coopersmith wrote:
> While tracking down problems with GTK+ applications starting up under
> Solaris Trusted Extensions since our move from Xorg 1.3 to 1.5.3, we've
> found that the root cause seems to be that ProcRRSelectInput is requesting
> we check for DixWriteAccess to write to the window (line 79 of
> randr/rrdispatch.c), while the normal XSelectInput() is handled via
> ProcChangeWindowAttributes, which checks for  DixReceiveAccess for
> requesting events from the window.
> 
> Is there some reason for this difference or any reason the check in
> ProcRRSelectInput shouldn't be changed to also be DixReceiveAccess ?

None that I can think of.  Selecting for input on a window doesn't
modify its state, so it's not "write" access.

- ajax

Attachment: signature.asc
Description: This is a digitally signed message part

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

Reply via email to