38. Fix xmh's use of XtNewString() with getenv (#4694, Tim Waugh).

37. Xdm/PAM fixes: leave it to PAM to observe whether or not an account is
    locked, and reinitialize credentials after calling initgroups(),
    because sometimes the credentials pam_setcred() gives are in the form
    of group membership (#4693, Mike Harris).
35. Fix warnings when building mieq.c (#4689, Adam Sulmicki).
34. Fix some bugs in the cz and sk entried in XKB's keymap/xfree86 file
    (#4692, Ivan Pascal).
33. Add 'hr' entries to XKB's keymap/xfree86 and rules/xfree86.lst files
    (#4687, Nerijus Baliunas).
32. Include <X11/Xutil.h> in shape.h to get Region typedef (#4686, Adam
    Sulmicki).
This commit is contained in:
David Dawes 2001-05-25 18:40:59 +00:00
parent e9314bd34e
commit ba83516098

View File

@ -21,7 +21,7 @@
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $XFree86: xc/programs/Xserver/hw/kdrive/kinput.c,v 1.14 2001/05/23 08:56:08 alanh Exp $ */
/* $XFree86: xc/programs/Xserver/hw/kdrive/kinput.c,v 1.15 2001/05/25 07:44:29 alanh Exp $ */
#include "kdrive.h"
#include "inputstr.h"
@ -1479,7 +1479,7 @@ miPointerScreenFuncRec kdPointerScreenFuncs =
void
ProcessInputEvents ()
{
(void)mieqProcessInputEvents();
mieqProcessInputEvents();
miPointerUpdate();
if (kdSwitchPending)
KdProcessSwitch ();