Hello all, attached patch exports the GetMaster() function, it is needed by TigerVNC's libvnc.so module. Please merge it also to 1.11 release, thank you!
Comments are welcomed. Regards, Adam
>From 1cf3957095fdfae8ca3382c48e502d30df8ffeff Mon Sep 17 00:00:00 2001 From: Adam Tkac <[email protected]> Date: Tue, 11 Oct 2011 14:21:27 +0200 Subject: [PATCH] Mark GetMaster as _X_EXPORT. The include/input.h:GetMaster() it is needed by TigerVNC's libvnc.so module. Signed-off-by: Adam Tkac <[email protected]> --- include/input.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/input.h b/include/input.h index 6ba1ab2..7c117b6 100644 --- a/include/input.h +++ b/include/input.h @@ -501,7 +501,7 @@ extern int AttachDevice(ClientPtr client, DeviceIntPtr master); extern _X_EXPORT DeviceIntPtr GetPairedDevice(DeviceIntPtr kbd); -extern DeviceIntPtr GetMaster(DeviceIntPtr dev, int type); +extern _X_EXPORT DeviceIntPtr GetMaster(DeviceIntPtr dev, int type); extern _X_EXPORT int AllocDevicePair(ClientPtr client, char* name, -- 1.7.6.4
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
