提交 05f7a90e 编写于 作者: N naoto

7006052: awt_InputMethod.c cleanup is needed

Reviewed-by: anthony
上级 8de78556
...@@ -185,7 +185,6 @@ extern char *XSetIMValues( ...@@ -185,7 +185,6 @@ extern char *XSetIMValues(
); );
#endif #endif
#ifdef XAWT_HACK
/* /*
* This function is stolen from /src/solaris/hpi/src/system_md.c * This function is stolen from /src/solaris/hpi/src/system_md.c
* It is used in setting the time in Java-level InputEvents * It is used in setting the time in Java-level InputEvents
...@@ -197,7 +196,6 @@ awt_util_nowMillisUTC() ...@@ -197,7 +196,6 @@ awt_util_nowMillisUTC()
gettimeofday(&t, NULL); gettimeofday(&t, NULL);
return ((jlong)t.tv_sec) * 1000 + (jlong)(t.tv_usec/1000); return ((jlong)t.tv_sec) * 1000 + (jlong)(t.tv_usec/1000);
} }
#endif /* XAWT_HACK */
/* /*
* Converts the wchar_t string to a multi-byte string calling wcstombs(). A * Converts the wchar_t string to a multi-byte string calling wcstombs(). A
...@@ -546,11 +544,7 @@ awt_x11inputmethod_lookupString(XKeyPressedEvent *event, KeySym *keysymp) ...@@ -546,11 +544,7 @@ awt_x11inputmethod_lookupString(XKeyPressedEvent *event, KeySym *keysymp)
"dispatchCommittedText", "dispatchCommittedText",
"(Ljava/lang/String;J)V", "(Ljava/lang/String;J)V",
javastr, javastr,
#ifndef XAWT_HACK
awt_util_nowMillisUTC_offset(event->time));
#else
event->time); event->time);
#endif
} }
break; break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册