diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-02-15 19:05:55 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-02-15 19:05:55 +0000 |
commit | 3fe482c77e7b3e46739d011d8bbdee527d7a42fc (patch) | |
tree | 333387f5ce4518f0ae7d1a4084ee6efa9d7773c0 /mi/mibstore.c | |
parent | 6ad4325b87889e1aada9333d750b7bb586c38b52 (diff) |
Mark everything in misym.c as _X_EXPORT.
Diffstat (limited to 'mi/mibstore.c')
-rw-r--r-- | mi/mibstore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mi/mibstore.c b/mi/mibstore.c index 98947217c..99985f24a 100644 --- a/mi/mibstore.c +++ b/mi/mibstore.c @@ -357,7 +357,7 @@ static GCFuncs miBSCheapGCFuncs = { * must be previously initialized. */ -void +_X_EXPORT void miInitializeBackingStore (pScreen) ScreenPtr pScreen; { |