Bug 93462 - [PATCH] xf86-video-dummy fails with xorg git post-1.18 due to ChangeWindowProperty removal.
Summary: [PATCH] xf86-video-dummy fails with xorg git post-1.18 due to ChangeWindowPro...
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/other (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-12-20 22:54 UTC by Wouter van Kesteren
Modified: 2016-12-19 14:29 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments
0001-ChangeWindowProperty-dixChangeWindowProperty.patch (1.08 KB, text/plain)
2015-12-20 22:54 UTC, Wouter van Kesteren
no flags Details

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.