(submit/dixgrabs.h) dix: unexport DeletePassiveGrab()
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
6f74db9b06
commit
2c584c9ae0
|
@ -37,4 +37,6 @@ Bool GrabIsPointerGrab(GrabPtr grab);
|
|||
Bool GrabIsKeyboardGrab(GrabPtr grab);
|
||||
Bool GrabIsGestureGrab(GrabPtr grab);
|
||||
|
||||
int DeletePassiveGrab(void *value, XID id);
|
||||
|
||||
#endif /* _XSERVER_DIXGRABS_PRIV_H */
|
||||
|
|
|
@ -122,6 +122,7 @@ Equipment Corporation.
|
|||
#include <X11/X.h>
|
||||
|
||||
#include "dix/colormap_priv.h"
|
||||
#include "dix/dixgrabs_priv.h"
|
||||
#include "dix/gc_priv.h"
|
||||
#include "dix/registry_priv.h"
|
||||
#include "os/osdep.h"
|
||||
|
@ -135,7 +136,6 @@ Equipment Corporation.
|
|||
#include "dixfont.h"
|
||||
#include "colormap.h"
|
||||
#include "inputstr.h"
|
||||
#include "dixevents.h"
|
||||
#include "dixgrabs.h"
|
||||
#include "cursor.h"
|
||||
#ifdef PANORAMIX
|
||||
|
|
|
@ -28,9 +28,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
struct _GrabParameters;
|
||||
|
||||
extern _X_EXPORT int DeletePassiveGrab(void *value,
|
||||
XID id);
|
||||
|
||||
extern _X_EXPORT Bool GrabMatchesSecond(GrabPtr /* pFirstGrab */ ,
|
||||
GrabPtr /* pSecondGrab */ ,
|
||||
Bool /*ignoreDevice */ );
|
||||
|
|
Loading…
Reference in New Issue