From b37b1e66996f8335dafc97b12d25aaec452b931e Mon Sep 17 00:00:00 2001 From: Aaron Plattner Date: Wed, 30 Jul 2008 18:48:27 -0700 Subject: Make shmint.h part of the SDK. This includes ShmRegisterFuncs, ShmSetPixmapFormat, fbShmPutImage, and ShmRegisterFbFuncs. Note that fbShmPutImage was already exported. --- Xext/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Xext/Makefile.am') diff --git a/Xext/Makefile.am b/Xext/Makefile.am index 60b4c4c6c..fc4376ee1 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -15,7 +15,7 @@ INCLUDES = -I$(top_srcdir)/hw/xfree86/dixmods/extmod AM_CFLAGS = $(DIX_CFLAGS) if XORG -sdk_HEADERS = xvdix.h xvmcext.h geext.h geint.h +sdk_HEADERS = xvdix.h xvmcext.h geext.h geint.h shmint.h endif # Sources always included in libXextbuiltin.la & libXext.la -- cgit v1.2.3