This is the mail archive of the cygwin-xfree mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bug report/suggested temp. patch: handling bursts of sent keys


    Given there doesn't seem to be anyone competent enough to attempt a
more ambitious patch, I think we should apply the temporary patch.  How
should we/I. go about doing this?  The Cygwin X website and contributors
documentation doesn't actually say how to do this.

   The patch is enclosed at the end.

- Thanks,
  Mark


$ diff -u mieq.c~ mieq.c
--- mieq.c~     2009-10-15 21:38:27.000000000 -0700
+++ mieq.c      2010-02-04 16:42:30.773405200 -0800
@@ -58,7 +58,7 @@
 # include <X11/extensions/dpmsconst.h>
 #endif
 
-#define QUEUE_SIZE  512
+#define QUEUE_SIZE  25000
 
 #define EnqueueScreen(dev) dev->spriteInfo->sprite->pEnqueueScreen
 #define DequeueScreen(dev) dev->spriteInfo->sprite->pDequeueScreen


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]