Warning fix, and a syntax fix in a #if 0 section of code.

This commit is contained in:
Zephaniah E. Hull 2006-09-10 15:50:51 -04:00
parent 0a3740a000
commit 5893375786
2 changed files with 2 additions and 1 deletions

View File

@ -135,6 +135,7 @@ of the copyright holder.
#include <X11/extensions/XKBproto.h>
#include <X11/extensions/XKBsrv.h>
extern Bool XkbFilterEvents(ClientPtr, int, xEvent *);
extern Bool XkbCopyKeymap(XkbDescPtr src, XkbDescPtr dst, Bool sendNotifies);
#endif
#ifdef XCSECURITY

View File

@ -242,7 +242,7 @@ XkbMapChangesPtr mc;
xkb->min_key_code= first;
/* 1/12/95 (ef) -- XXX! should zero out the new maps */
changes->map.changed|= XkbKeycodesMask;
generate a NewKeyboard notify here?
/* generate a NewKeyboard notify here? */
}
}
#endif