diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-11-27 04:33:44 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-11-27 04:33:44 -0200 |
commit | 74e2669103b59d51b24ddc48f378b1d04a3effd4 (patch) | |
tree | e7d2bcdc3f338ba5d86a20fde356b768af439f45 /dix/dixutils.c | |
parent | 87a7fb7438b70d07ebf240c530b8548a01021d48 (diff) |
Export symbols also defined in libXfont.
libXfont has stubs for these symbols, so, when compiling with hidden
symbols by default, these symbols must be visible in the X Server, or
the stubs in libXfont will be used.
Diffstat (limited to 'dix/dixutils.c')
-rw-r--r-- | dix/dixutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dix/dixutils.c b/dix/dixutils.c index 340564ecd..1dfb34651 100644 --- a/dix/dixutils.c +++ b/dix/dixutils.c @@ -614,7 +614,7 @@ ClientSleep (ClientPtr client, ClientSleepProcPtr function, pointer closure) return TRUE; } -Bool +_X_EXPORT Bool ClientSignal (ClientPtr client) { SleepQueuePtr q; |