We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3265 - [PATCH] wayland: Add wl_proxy_marshal_constructor_versioned sym
Summary: [PATCH] wayland: Add wl_proxy_marshal_constructor_versioned sym
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: loadso (show other bugs)
Version: HG 2.1
Hardware: x86_64 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
: 3255 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-02-19 03:48 UTC by Jonas Ådahl
Modified: 2016-02-28 05:12 UTC (History)
3 users (show)

See Also:


Attachments
wayland: Add wl_proxy_marshal_constructor_versioned sym (1.78 KB, text/plain)
2016-02-19 03:48 UTC, Jonas Ådahl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonas Ådahl 2016-02-19 03:48:13 UTC
Created attachment 2380 [details]
wayland: Add wl_proxy_marshal_constructor_versioned sym

wl_proxy_marshal_constructor_versioned was introduce in wayland-client 1.10.
Comment 1 Philipp Wiesemann 2016-02-19 20:19:15 UTC
This seems to be problem from bug #3255 (but the patch there is a bit different).
Comment 2 Jonas Ådahl 2016-02-22 02:53:19 UTC
(In reply to Philipp Wiesemann from comment #1)
> This seems to be problem from bug #3255 (but the patch there is a bit
> different).

Ah, didn't see that bug report. The patch attached there seems to miss the actual loading of the added symbol though.
Comment 3 Ryan C. Gordon 2016-02-28 05:08:56 UTC
*** Bug 3255 has been marked as a duplicate of this bug. ***
Comment 4 Ryan C. Gordon 2016-02-28 05:12:41 UTC
This patch is now https://hg.libsdl.org/SDL/rev/330f500d5815, thanks!

--ryan.