https://bugs.freedesktop.org/show_bug.cgi?id=55788
--- Comment #3 from Marvin Schmidt <[email protected]> --- Created attachment 69161 --> https://bugs.freedesktop.org/attachment.cgi?id=69161&action=edit remove miInitializeBackingStore call The fix has to be made in mesa, as the mentioned commit in xserver explains: commit 1cb0261ef54b7dd6a7ef84e1c3959e424706228b Author: Daniel Martin <[email protected]> Date: Thu Sep 6 00:38:26 2012 +0200 dix: Delete mibstore.h Since Nov 2010 (commit c4c4676) the only purpose of mibstore.h was to define an empty function (miInitializeBackingStore()) for backward compatibility. Time to say goodbye. Reviewed-by: Adam Jackson <[email protected]> Signed-off-by: Keith Packard <[email protected]> and the previous definition of miInitializeBackingStore() shows [...] -#define miInitializeBackingStore(x) do {} while (0) - [...] I'm attaching a patch which removes the superfluous call and makes master build fine again -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
