Revision 7d302b9...

Go back to digest for 27th April 2014

Bug Fixes in User Interface

Martin Gräßlin committed changes in [kwin] /:

Keep timestamp of last syncRequest and update with xTime on each sync

The sync protocol with e.g. Qt 4 windows is broken if our app time is
older than the one of the last sync alarm event. Thus we keep a timestamp
in the syncRequest struct of the last sent sync request. If the timestamp
is newer than our xTime when sending the next request, we update the
xTime to ensure that we have a new timestamp again.


REVIEW: 117734

File Changes

Modified 2 files
  •   client.cpp
  •   client.h
2 files changed in total