Hi Keith, Can you please pull these two commits into master:
6980f77892e0409b44bd8f33ba82e7273c6462a4 7e178ffbed7c8557faf8d471ad275aa2b0365e1dI'm still waiting on Peter's "best git practices" documentation before making my apple feature tree.
Thanks, Jeremy commit 7e178ffbed7c8557faf8d471ad275aa2b0365e1d Author: Jeremy Huddleston <[email protected]> Date: Tue Oct 13 12:54:56 2009 -0700 Rootless: src drawable window can now be NULL Fix a possible crash when pSrc->pDrawable is NULL. Signed-off-by: Colin Harrison <[email protected]> Signed-off-by: Jeremy Huddleston <[email protected]> commit 6980f77892e0409b44bd8f33ba82e7273c6462a4 Author: Jeremy Huddleston <[email protected]> Date: Tue Oct 13 12:54:11 2009 -0700Rootless: Abstract some of the Xplugin specific stuff which has crept into rootlessWindow.c
The rootless extension now directly calls some Xplugin functions, and relies
on types defined in Xplugin.h, which isn't very abstracted :-)
This patch is a start at abstracting some of the Xplugin specific
stuff which
has crept into rootlessWindow.c. This has been done in a pretty
mindless fashion,
without much thought as to if the additions to the generic
rootless interface are
the correct ones
There is some confusion as to if RootlesscolormapCallback()
returns a Bool or
xp_error_enum value (not so abstact), but I have no way of
checking, of finding
out if Xplugin actually checks the result :-)
Based on patches from Colin Harrison, Jon Turney and Yaakov
Selkowitz
Signed-off-by: Jon TURNEY <[email protected]>
Signed-off-by: Jeremy Huddleston <[email protected]>
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
