1: #include <X/mit-copyright.h> 2: 3: /* $Header: XCompEvents.c,v 10.4 86/02/01 15:30:42 tony Rel $ */ 4: /* Copyright Massachusetts Institute of Technology 1985 */ 5: 6: #include "XlibInternal.h" 7: 8: /* 9: * XCompressEvents - Compress MouseMoved events such that only the last 10: * contiguous MouseMoved event is returned. 11: */ 12: 13: XCompressEvents() 14: { 15: _XlibCurrentDisplay->squish = 1; 16: }