(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:
parent
d0fc0ba7bd
commit
4751aed657
|
@ -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"
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue