src/windows/native/sun/windows/awt_Component.cpp

Print this page

        

*** 556,565 **** --- 556,567 ---- return; } m_hwnd = hwnd; + ::ImmAssociateContext(m_hwnd, NULL); + SetDrawState((jint)JAWT_LOCK_SURFACE_CHANGED | (jint)JAWT_LOCK_BOUNDS_CHANGED | (jint)JAWT_LOCK_CLIP_CHANGED); LinkObjects(env, peer);