Bug 93462

Summary: [PATCH] xf86-video-dummy fails with xorg git post-1.18 due to ChangeWindowProperty removal.
Product: xorg Reporter: Wouter van Kesteren <woutershep>
Component: Driver/otherAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium CC: ajax, nacho.resa
Version: unspecifiedKeywords: patch
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
0001-ChangeWindowProperty-dixChangeWindowProperty.patch none

Description Wouter van Kesteren 2015-12-20 22:54:45 UTC
Created attachment 120619 [details]
0001-ChangeWindowProperty-dixChangeWindowProperty.patch

Hi.

http://cgit.freedesktop.org/xorg/xserver/commit/?id=eb36924ead40564325aa56d54a973dc8fb4eae83
resulted in dummy breaking with "undefined symbol: ChangeWindowProperty".
Attached is a patch to make dummy work again.

Also, i wanted to select the component Driver/Dummy, but it did not exist, so i picked '* Other'.
Comment 1 Andreas Boll 2016-12-19 14:29:53 UTC
This issue has been fixed in xf86-video-dummy 0.3.8

Fixed by:

commit 8706f60ab457867c120dd44e812b8fadc2be7179
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Thu Jan 14 10:30:40 2016 +1000

    Switch to using dixChangeWindowProperty
    
    eb36924ead40564325aa56d54a973dc8fb4eae83 removed ChangeWindowProperty from the
    server.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Reviewed-by: Jon Turney <jon.turney@dronecode.org.uk>

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.