Bug 15437 - RRDeliverEvent is not implemented in randr/rrproperty.c
Summary: RRDeliverEvent is not implemented in randr/rrproperty.c
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: git
Hardware: All All
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: xorg-7.5 xserver-1.6
  Show dependency treegraph
 
Reported: 2008-04-10 07:42 UTC by Richard Hughes
Modified: 2008-12-02 03:16 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.