diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2004-02-25 21:47:10 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2004-02-25 21:47:10 +0000 |
commit | b052486adb9ea26f37be120966eb60cd3ac3db2f (patch) | |
tree | 916d84606a03b7caefbe86bfa9dc642a7092da72 /render/picturestr.h | |
parent | 14ab4ade74e946c09d633b15ab4d447d7b69ea29 (diff) |
bug #230 Revert to Xinerama 1.1 In order to make a "quick" release it hasXORG-RELEASE-1-BASEXEVIE-MERGE
been decided that the priority is to preserve the server's internal
API/ABI so that third-party drivers that depend on symbols like
noPanoramiXExtension, etc., would not need to be recompiled. Too bad
gcc on Linux doesn't support ELF's weak symbols as that would have been
a reasonable solution for preserving the ABI. N.B.: While symbols, i.e.
functions and variables revert to the old name, I did not revert build
names, i.e. -DXINERAMA, to the old -DPANORAMIX. There was no need, and
it's just a build issue that has no impact on the binary output of the
build.
Diffstat (limited to 'render/picturestr.h')
-rw-r--r-- | render/picturestr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/render/picturestr.h b/render/picturestr.h index 7620c59a5..d7ae83385 100644 --- a/render/picturestr.h +++ b/render/picturestr.h @@ -1,4 +1,4 @@ -/* $XdotOrg$ */ +/* $XdotOrg: xc/programs/Xserver/render/picturestr.h,v 1.1.4.1 2003/12/18 19:29:15 kaleb Exp $ */ /* * $XFree86: xc/programs/Xserver/render/picturestr.h,v 1.22 2002/11/23 02:38:15 keithp Exp $ * @@ -495,8 +495,8 @@ int AnimCursorCreate (CursorPtr *cursors, CARD32 *deltas, int ncursor, CursorPtr *ppCursor); #ifdef XINERAMA -void XineramaRenderInit (void); -void XineramaRenderReset (void); +void PanoramiXRenderInit (void); +void PanoramiXRenderReset (void); #endif #endif /* _PICTURESTR_H_ */ |