XKB: Move XkbCopyKeymap definition to xkbsrv.h
Signed-off-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
		
							parent
							
								
									4f35a34f3c
								
							
						
					
					
						commit
						07c3bb922b
					
				| 
						 | 
				
			
			@ -77,7 +77,6 @@ SOFTWARE.
 | 
			
		|||
#ifdef XKB
 | 
			
		||||
#include <X11/extensions/XKBproto.h>
 | 
			
		||||
#include "xkbsrv.h"
 | 
			
		||||
extern Bool XkbCopyKeymap(XkbDescPtr src, XkbDescPtr dst, Bool sendNotifies);
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#define WID(w) ((w) ? ((w)->drawable.id) : 0)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -44,7 +44,7 @@
 | 
			
		|||
 | 
			
		||||
#ifdef XKB
 | 
			
		||||
#include <X11/extensions/XKBproto.h>
 | 
			
		||||
#include <xkbsrv.h>
 | 
			
		||||
#include "xkbsrv.h"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifdef PANORAMIX
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -974,6 +974,11 @@ extern _X_EXPORT void XkbSendNewKeyboardNotify(
 | 
			
		|||
	xkbNewKeyboardNotify *	/* pNKN */
 | 
			
		||||
);
 | 
			
		||||
 | 
			
		||||
extern Bool XkbCopyKeymap(
 | 
			
		||||
        XkbDescPtr              /* dst */,
 | 
			
		||||
        XkbDescPtr              /* src */,
 | 
			
		||||
        Bool                    /* sendNotifies */);
 | 
			
		||||
 | 
			
		||||
#include "xkbfile.h"
 | 
			
		||||
#include <X11/extensions/XKMformat.h>
 | 
			
		||||
#include "xkbrules.h"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue