Bug 15437

Summary: RRDeliverEvent is not implemented in randr/rrproperty.c
Product: xorg Reporter: Richard Hughes <richard>
Component: Server/GeneralAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium    
Version: git   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:
Bug Depends on:    
Bug Blocks: 16399, 17452    

Description Richard Hughes 2008-04-10 07:42:10 UTC
This is what we've got at the moment: http://cgit.freedesktop.org/xorg/xserver/tree/randr/rrproperty.c#n26

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

}

As this function does nothing, clients do not get notified when the OutputProperties change. This means that clients like gnome-power-manager that want to be notified if anything else has set the brightness don't get any events and the two programs get out of sync.
Comment 1 Matthieu Herrb 2008-12-02 03:13:39 UTC
Fixed in 9187f6ad9ec7ba9569a93d92561aac17eaa83491 and following. 
Comment 2 Richard Hughes 2008-12-02 03:16:41 UTC
Legend, thanks. Looks good to me.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.