mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
dix: drop duplicate _X_EXPORT
These are already defined in privates.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
6e90c5430a
commit
489485ea7d
@@ -552,7 +552,7 @@ dixFreePrivates(PrivatePtr privates, DevPrivateType type)
|
||||
/*
|
||||
* Return size of privates for the specified type
|
||||
*/
|
||||
extern _X_EXPORT int
|
||||
int
|
||||
dixPrivatesSize(DevPrivateType type)
|
||||
{
|
||||
assert(type >= PRIVATE_SCREEN);
|
||||
@@ -596,7 +596,7 @@ dixLookupPrivateOffset(RESTYPE type)
|
||||
* Screen-specific privates
|
||||
*/
|
||||
|
||||
extern _X_EXPORT Bool
|
||||
Bool
|
||||
dixRegisterScreenSpecificPrivateKey(ScreenPtr pScreen, DevPrivateKey key,
|
||||
DevPrivateType type, unsigned size)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user