[PULLv2] LoadExtension clean-up series
Emil Velikov
emil.l.velikov at gmail.com
Sun Mar 23 15:59:42 PDT 2014
Hi Keith,
Here is an updated series with the ephyr fix squashed appropriately. Please
consider pulling into master.
Thanks.
The following changes since commit bf087659f0fb747c471e26c5b287c35877818040:
Add necessary headers for major()/minor() on Solaris to xf86Xinput.c
(2014-03-22 14:42:09 -0700)
are available in the git repository at:
https://github.com/evelikov/xserver.git extension_loader_cleanup-v2
for you to fetch changes up to 9ffbf69ba54c03f3e63fe620403bda1babeec479:
miinitext: introduce LoadExtensionList() to replace over LoadExtension()
(2014-03-23 22:42:34 +0000)
----------------------------------------------------------------
Emil Velikov (5):
miinitext: move AddStaticExtensions() to LoadExtension()
miinitext: drop sentinel detection during LoadExtension
miinitext: constify staticExtensions
miinitext: avoid allocating a sentinel ExtensionModule
miinitext: introduce LoadExtensionList() to replace over LoadExtension()
hw/dmx/dmxinit.c | 4 +---
hw/kdrive/ephyr/ephyrinit.c | 5 +---
hw/vfb/InitOutput.c | 5 +---
hw/xfree86/common/xf86Extensions.c | 5 +---
hw/xfree86/dixmods/glxmodule.c | 8 +++----
hw/xfree86/doc/ddxDesign.xml | 4 ++--
hw/xquartz/quartz.c | 5 +---
hw/xwin/InitOutput.c | 5 +---
include/extension.h | 3 ++-
mi/miinitext.c | 48 +++++++++++++++++++-------------------
10 files changed, 37 insertions(+), 55 deletions(-)
More information about the xorg-devel
mailing list