Hi,

here is a fix for the hang described in the subject line. I have
difficulties to make a simple reproducer program, from source code
inspection is it clear enough that the UnlockDisplay is required at the end
of the XkbGetMapChanges ?


Thanks
Jose Luu


*** xc/lib/X11/XKBGetMap.c Mon Feb  3 17:51:13 2003
--- xc/lib/X11/XKBGetMap.c.old Mon Feb  3 19:31:13 2003
***************
*** 974,979 ****
--- 974,980 ----
   UnlockDisplay(dpy);
   return status;
      }
+     UnlockDisplay(dpy);
      return Success;
  }


_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to