diff options
Diffstat (limited to 'libXfont/src/stubs/getcres.c')
-rw-r--r-- | libXfont/src/stubs/getcres.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libXfont/src/stubs/getcres.c b/libXfont/src/stubs/getcres.c index 0b98f46e3..27a918080 100644 --- a/libXfont/src/stubs/getcres.c +++ b/libXfont/src/stubs/getcres.c @@ -10,5 +10,6 @@ weak FontResolutionPtr GetClientResolutions(int *num) { + OVERRIDE_SYMBOL(GetClientResolutions, num); return (FontResolutionPtr) 0; } |