src/gui/kernel/qguieventdispatcher_glib.cpp
changeset 30 5dc02b23752f
parent 18 2f34d5167611
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
   214     d->x11EventSource->q = this;
   214     d->x11EventSource->q = this;
   215     d->x11EventSource->d = d;
   215     d->x11EventSource->d = d;
   216     g_source_add_poll(&d->x11EventSource->source, &d->x11EventSource->pollfd);
   216     g_source_add_poll(&d->x11EventSource->source, &d->x11EventSource->pollfd);
   217 }
   217 }
   218 
   218 
       
   219 void QGuiEventDispatcherGlib::flush()
       
   220 {
       
   221     XFlush(X11->display);
       
   222 }
       
   223 
   219 QT_END_NAMESPACE
   224 QT_END_NAMESPACE