xrandr output properties notifications

Soeren Sandmann sandmann at daimi.au.dk
Tue Jul 15 12:00:43 PDT 2008


Tomas Carnecky <tom at dbservice.com> writes:

> Second issue, the OutputPropertyChange event isn't being delivered to my 
> application. Please compile and run 'xrandr-output-properties.c', this 
> small utility listens for output property changes. Then compile 
> 'XRandRSetProfile.c' and run it as './XRandrSetProfile file' where file 
> is a reasonably small file (you can use for example the C source file of 
> the app for testing). The app then loads the file into the _ICC_PROFILE 
> output properties of all outputs. However if you run it, no output 
> property change events are delivered to the first app.
> Don't know what the problem could be here, I haven't looked very deeply 
> at the related code in the xserver.

This is because of this implementation of RRDeliverEvent:

        static void
        RRDeliverEvent (ScreenPtr pScreen, xEvent *event, CARD32 mask)
        {
        
        }

in randr/rrproperty.c



Soren



More information about the xorg mailing list