mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-17 19:42:21 +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
|
|
@ -1,5 +1,5 @@
|
|||
/* $Xorg: access.c,v 1.5 2001/02/09 02:05:23 xorgcvs Exp $ */
|
||||
/* $XdotOrg: xserver/xorg/os/access.c,v 1.13 2005/11/08 06:33:30 jkj Exp $ */
|
||||
/* $XdotOrg: xserver/xorg/os/access.c,v 1.14 2006/01/07 00:45:17 ajax Exp $ */
|
||||
/***********************************************************
|
||||
|
||||
Copyright 1987, 1998 The Open Group
|
||||
|
|
@ -1376,7 +1376,7 @@ ResetHosts (char *display)
|
|||
}
|
||||
|
||||
/* Is client on the local host */
|
||||
Bool LocalClient(ClientPtr client)
|
||||
_X_EXPORT Bool LocalClient(ClientPtr client)
|
||||
{
|
||||
int alen, family, notused;
|
||||
Xtransaddr *from = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue