Skip to content
Snippets Groups Projects
Commit 4603b2f3 authored by David Dawes's avatar David Dawes
Browse files

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 <X11/Xutil.h> in shape.h to get Region typedef (#4686, Adam
    Sulmicki).
parent dc383e8f
No related branches found
No related tags found
No related merge requests found
......@@ -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 ();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment