(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
							
								
									0ff5f8f346
								
							
						
					
					
						commit
						95bdcfc983
					
				| 
						 | 
				
			
			@ -104,7 +104,6 @@ SOFTWARE.
 | 
			
		|||
#include "exglobals.h"
 | 
			
		||||
#include "eventstr.h"
 | 
			
		||||
#include "dixevents.h"          /* DeliverFocusedEvent */
 | 
			
		||||
#include "dixgrabs.h"
 | 
			
		||||
#include "scrnintstr.h"
 | 
			
		||||
#include "listdev.h"            /* for CopySwapXXXClass */
 | 
			
		||||
#include "xace.h"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -43,4 +43,6 @@ Bool GrabMatchesSecond(GrabPtr pFirstGrab,
 | 
			
		|||
                       GrabPtr pSecondGrab,
 | 
			
		||||
                       Bool ignoreDevice);
 | 
			
		||||
 | 
			
		||||
int AddPassiveGrabToList(ClientPtr client, GrabPtr pGrab);
 | 
			
		||||
 | 
			
		||||
#endif /* _XSERVER_DIXGRABS_PRIV_H */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -28,9 +28,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 | 
			
		|||
 | 
			
		||||
struct _GrabParameters;
 | 
			
		||||
 | 
			
		||||
extern _X_EXPORT int AddPassiveGrabToList(ClientPtr /* client */ ,
 | 
			
		||||
                                          GrabPtr /* pGrab */ );
 | 
			
		||||
 | 
			
		||||
extern _X_EXPORT Bool DeletePassiveGrabFromList(GrabPtr /* pMinuendGrab */ );
 | 
			
		||||
 | 
			
		||||
#endif                          /* DIXGRABS_H */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue