From eb384524d18261e42f80deeb7cbe74523f1d49eb Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 5 Feb 2012 16:43:42 +0000 Subject: - Move ports/branches/xorg-dev to ports/trunk/ git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@388 058c260c-8361-11dd-a0ac-aa2bafec7d09 --- .../xf86-video-intel/files/extra-uxa_uxa-priv.h | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 x11-drivers/xf86-video-intel/files/extra-uxa_uxa-priv.h (limited to 'x11-drivers/xf86-video-intel/files/extra-uxa_uxa-priv.h') diff --git a/x11-drivers/xf86-video-intel/files/extra-uxa_uxa-priv.h b/x11-drivers/xf86-video-intel/files/extra-uxa_uxa-priv.h new file mode 100644 index 0000000..46eb72e --- /dev/null +++ b/x11-drivers/xf86-video-intel/files/extra-uxa_uxa-priv.h @@ -0,0 +1,32 @@ +--- uxa/uxa-priv.h.orig 2009-05-12 19:12:11.000000000 -0500 ++++ uxa/uxa-priv.h 2010-02-21 12:27:32.000000000 -0600 +@@ -42,8 +42,7 @@ + #define NEED_EVENTS + #include + #ifdef MITSHM +-#define _XSHM_SERVER_ +-#include ++#include + #endif + #include "scrnintstr.h" + #include "pixmapstr.h" +@@ -319,17 +318,11 @@ + extern const GCOps uxa_ops; + + #ifdef MITSHM +-extern ShmFuncs uxa_shm_funcs; +- + /* XXX these come from shmint.h, which isn't exported by the server */ +-void +-ShmRegisterFuncs(ScreenPtr pScreen, ShmFuncsPtr funcs); + +-void +-ShmSetPixmapFormat(ScreenPtr pScreen, int format); ++#include "shmint.h" + +-void +-fbShmPutImage(XSHM_PUT_IMAGE_ARGS); ++extern ShmFuncs uxa_shm_funcs; + + #endif + -- cgit v1.2.3