render: AnimCurInit and AnimCursorCreate shouldn't be _X_EXPORT
Pointed by Peter Hutterer on xorg-devel ml. Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
This commit is contained in:
parent
e454f106dc
commit
f959b1e548
|
@ -620,10 +620,10 @@ PictureGradientColor (PictGradientStopPtr stop1,
|
|||
|
||||
extern _X_EXPORT void RenderExtensionInit (void);
|
||||
|
||||
extern _X_EXPORT Bool
|
||||
Bool
|
||||
AnimCurInit (ScreenPtr pScreen);
|
||||
|
||||
extern _X_EXPORT int
|
||||
int
|
||||
AnimCursorCreate (CursorPtr *cursors, CARD32 *deltas, int ncursor, CursorPtr *ppCursor, ClientPtr client, XID cid);
|
||||
|
||||
extern _X_EXPORT void
|
||||
|
|
Loading…
Reference in New Issue