Added expose and configure event compression in xcb platform plugin.
authorSamuel Rødal <samuel.rodal@digia.com>
Mon, 12 Nov 2012 16:02:17 +0000 (17:02 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 14 Nov 2012 09:36:38 +0000 (10:36 +0100)
commit4334e0fcc60497da73671063deb68fb1661f864c
treec5dad9e23c375e4fb8879e645c7603f2aa903add
parent5055183bc5a8288976f58c65b52276ad17491cad
Added expose and configure event compression in xcb platform plugin.

We had this in 4.x to prevend swamping the event queue and causing a lot
of needless processing of stale events.

Task-number: QTBUG-27734
Change-Id: I020fe44885569f5a68c07220fcb44bea3e138089
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
src/plugins/platforms/xcb/qxcbconnection.cpp
src/plugins/platforms/xcb/qxcbwindow.cpp