From 4603b2f3f336bc13e55a782be8758079c5fe9488 Mon Sep 17 00:00:00 2001 From: David Dawes Date: Fri, 25 May 2001 18:50:08 +0000 Subject: 592. Fix xmh's use of XtNewString() with getenv (#4694, Tim Waugh). 591. 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). 590. Add an encodings file for standard box drawing characters for VT100-compatible terminals (#4691, Juliusz Chroboczek). 589. Fix warnings when building mieq.c (#4689, Adam Sulmicki). 588. Fix some bugs in the cz and sk entried in XKB's keymap/xfree86 file (#4692, Ivan Pascal). 587. Add 'hr' entries to XKB's keymap/xfree86 and rules/xfree86.lst files (#4687, Nerijus Baliunas). 586. Include in shape.h to get Region typedef (#4686, Adam Sulmicki). --- hw/kdrive/src/kinput.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/kdrive/src/kinput.c b/hw/kdrive/src/kinput.c index 00a757674..564901c82 100644 --- a/hw/kdrive/src/kinput.c +++ b/hw/kdrive/src/kinput.c @@ -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.12 2001/01/23 06:25:05 keithp Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/kdrive/kinput.c,v 1.13 2001/03/30 02:15:20 keithp Exp $ */ #include "kdrive.h" #include "inputstr.h" @@ -1452,7 +1452,7 @@ miPointerScreenFuncRec kdPointerScreenFuncs = void ProcessInputEvents () { - (void)mieqProcessInputEvents(); + mieqProcessInputEvents(); miPointerUpdate(); if (kdSwitchPending) KdProcessSwitch (); -- cgit v1.2.1