mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-16 19:32:26 +00:00
Mark everything in dixsym.c as _X_EXPORT.
This commit is contained in:
parent
010d6effa6
commit
f105b8da11
48 changed files with 387 additions and 342 deletions
|
|
@ -165,20 +165,15 @@ int XETrapSimulateXEvent(register xXTrapInputReq *request,
|
|||
#if defined vms && !defined LINKED_IN
|
||||
/* Used by swapping code not visible from VMS (from main.c) */
|
||||
#ifndef BLADE
|
||||
void
|
||||
_X_EXPORT void
|
||||
NotImplemented()
|
||||
{
|
||||
FatalError("Not implemented");
|
||||
}
|
||||
#endif
|
||||
|
||||
int
|
||||
#ifdef __STDC__
|
||||
_X_EXPORT int
|
||||
ProcBadRequest( ClientPtr client)
|
||||
#else
|
||||
ProcBadRequest(client)
|
||||
ClientPtr client;
|
||||
#endif
|
||||
{
|
||||
return (BadRequest);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue