mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
randr: drop duplicate _X_EXPORT from .c source
It's already defined in randrstr.h Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1274>
This commit is contained in:
committed by
Marge Bot
parent
13a756d0b5
commit
25c0f8d98a
@@ -459,7 +459,7 @@ RRProviderInit(void)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
extern _X_EXPORT Bool
|
||||
Bool
|
||||
RRProviderLookup(XID id, RRProviderPtr *provider_p)
|
||||
{
|
||||
int rc = dixLookupResourceByType((void **)provider_p, id,
|
||||
|
||||
Reference in New Issue
Block a user