Make xcb plugin compile again.
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>
Thu, 1 Sep 2011 06:25:22 +0000 (09:25 +0300)
committerMorten Johan Sørvig <morten.sorvig@nokia.com>
Thu, 1 Sep 2011 06:27:42 +0000 (08:27 +0200)
The name of function handleExposeEvent has not changed.

Change-Id: Ida4621bbf988088c0a75f1c93a3332702f0d92b7
Reviewed-on: http://codereview.qt.nokia.com/4037
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
src/plugins/platforms/xcb/qxcbconnection.cpp

index c60e066..a8ffc58 100644 (file)
@@ -472,7 +472,7 @@ void QXcbConnection::handleXcbEvent(xcb_generic_event_t *event)
 
     switch (response_type) {
     case XCB_EXPOSE:
-        HANDLE_PLATFORM_WINDOW_EVENT(xcb_expose_event_t, window, handleSynchronousExposeEvent);
+        HANDLE_PLATFORM_WINDOW_EVENT(xcb_expose_event_t, window, handleExposeEvent);
     case XCB_BUTTON_PRESS:
         HANDLE_PLATFORM_WINDOW_EVENT(xcb_button_press_event_t, event, handleButtonPressEvent);
     case XCB_BUTTON_RELEASE: