diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-05 16:49:57 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-05 16:49:57 -0200 |
commit | 200230535fa80c04faaa562bbbd8272713e2763b (patch) | |
tree | 77cbe3f3a1d07cf2dcf53de2aa05060332a1217e /randr | |
parent | af6152499654a7146250d4ad0df89f611345434e (diff) |
Update sdk headers to export new symbols.
All symbols in installed sdk headers should be explicitly tagged
as exported symbols. Otherwise, to ensure it is not a mistake, one
could write it as something like:
extern /* NOEXPORT */ type name ...;
but the proper procedure really should be to use a non sdk header
(or a "noinst_" one).
This patch also removes prototypes to some functions that existed
only temporarily.
Diffstat (limited to 'randr')
-rw-r--r-- | randr/randrstr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/randr/randrstr.h b/randr/randrstr.h index 9e7bbf3e7..93960e57e 100644 --- a/randr/randrstr.h +++ b/randr/randrstr.h @@ -825,10 +825,10 @@ RROutputDestroy (RROutputPtr output); extern _X_EXPORT int ProcRRGetOutputInfo (ClientPtr client); -extern int +extern _X_EXPORT int ProcRRSetOutputPrimary (ClientPtr client); -extern int +extern _X_EXPORT int ProcRRGetOutputPrimary (ClientPtr client); /* |