Comment #4 on issue 1184 by [email protected]: ibus loses timestamps for key events
http://code.google.com/p/ibus/issues/detail?id=1184

I would suggest the last patch is not correct.

X server timestamps may internally be generated from clock_gettime() in the particular Xorg implementation, but that's an implementation detail. X clients aren't allowed to assume anything about them.

In addition, in order for timestamps to serve their intended function of preventing race conditions, you need to use the actual timestamp delivered with the event and not use a timestamp generated later when the event is processed by the application.


--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en

回复