CVS Update: xc (branch: trunk)

Egbert Eich xorg-commit at pdx.freedesktop.org
Wed Sep 15 12:05:22 EEST 2004


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	eich at gabe.	04/09/15 02:05:22

Log message:
  2004-09-14  Egbert Eich  <eich at freedesktop.org>
  
          * lib/X11/imInsClbk.c: (_XimUnRegisterIMInstantiateCallback):
          Unregistering events in XSelectInput() when unregistering IM
          filter callbacks may be a bad idea as others may be interested
          in this event. Removed the call to XSelectInput() altogether
          as we are in root window anyway (Lubos Lunak).
          * programs/Xserver/dix/dispatch.c: (Dispatch):
          Fix size of a variable that gets assigned the value of
          SmartScheduleTime (long) to long. This should help to prevent
          smart scheduler lockup on 64 bit systems due to overruns
          (Andreas Schwab).

Modified files:
      ./:
        ChangeLog 
      xc/lib/X11/:
        imInsClbk.c 
      xc/programs/Xserver/dix/:
        dispatch.c 
  
  Revision      Changes    Path
  1.368         +14 -1     xc/ChangeLog
  1.3           +10 -0     xc/lib/X11/imInsClbk.c
  1.6           +1 -1      xc/programs/Xserver/dix/dispatch.c




More information about the xorg-commit mailing list