(submit/dixgrabs.h) dix: unexport AddPassiveGrabToList()

This function isn't used by any driver/module, so no need to export it.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-03-05 11:10:26 +01:00
parent d0fc0ba7bd
commit 4751aed657
3 changed files with 2 additions and 4 deletions

View File

@ -104,7 +104,6 @@ SOFTWARE.
#include "exglobals.h" #include "exglobals.h"
#include "eventstr.h" #include "eventstr.h"
#include "dixevents.h" /* DeliverFocusedEvent */ #include "dixevents.h" /* DeliverFocusedEvent */
#include "dixgrabs.h"
#include "scrnintstr.h" #include "scrnintstr.h"
#include "listdev.h" /* for CopySwapXXXClass */ #include "listdev.h" /* for CopySwapXXXClass */
#include "xace.h" #include "xace.h"

View File

@ -43,4 +43,6 @@ Bool GrabMatchesSecond(GrabPtr pFirstGrab,
GrabPtr pSecondGrab, GrabPtr pSecondGrab,
Bool ignoreDevice); Bool ignoreDevice);
int AddPassiveGrabToList(ClientPtr client, GrabPtr pGrab);
#endif /* _XSERVER_DIXGRABS_PRIV_H */ #endif /* _XSERVER_DIXGRABS_PRIV_H */

View File

@ -28,9 +28,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
struct _GrabParameters; struct _GrabParameters;
extern _X_EXPORT int AddPassiveGrabToList(ClientPtr /* client */ ,
GrabPtr /* pGrab */ );
extern _X_EXPORT Bool DeletePassiveGrabFromList(GrabPtr /* pMinuendGrab */ ); extern _X_EXPORT Bool DeletePassiveGrabFromList(GrabPtr /* pMinuendGrab */ );
#endif /* DIXGRABS_H */ #endif /* DIXGRABS_H */