diff options
Diffstat (limited to 'os/oscolor.c')
-rw-r--r-- | os/oscolor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/oscolor.c b/os/oscolor.c index a066129a6..7f6b93880 100644 --- a/os/oscolor.c +++ b/os/oscolor.c @@ -1571,7 +1571,7 @@ static const BuiltinColor BuiltinColors[] = { #define NUM_BUILTIN_COLORS (sizeof (BuiltinColors) / sizeof (BuiltinColors[0])) -_X_EXPORT Bool +Bool OsLookupColor(int screen, char *name, unsigned int len, |