diff options
author | David Dawes <dawes@xfree86.org> | 2001-05-25 18:50:08 +0000 |
---|---|---|
committer | David Dawes <dawes@xfree86.org> | 2001-05-25 18:50:08 +0000 |
commit | 4603b2f3f336bc13e55a782be8758079c5fe9488 (patch) | |
tree | d47d61cedf9054fc4a650ad4abc8fa9a1e0e54d2 | |
parent | dc383e8f77f99e8c2b799a6ab4e4998a1fcacb24 (diff) |
592. Fix xmh's use of XtNewString() with getenv (#4694, Tim Waugh).xf-4_1_0_1xf-4_1_0-bindistxf-4_1_0xf-4_0_99_902xf-4_0_99_901
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 <X11/Xutil.h> in shape.h to get Region typedef (#4686, Adam
Sulmicki).
-rw-r--r-- | hw/kdrive/src/kinput.c | 4 |
1 files 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 (); |