1 Apr
2008
1 Apr
'08
6:32 a.m.
Aric Stewart <aric(a)codeweavers.com> writes:
@@ -93,12 +93,21 @@ typedef struct _tagTRANSMSG { LPARAM lParam; } TRANSMSG, *LPTRANSMSG;
+typedef struct _tagContextAssociation { + struct list entry; + + HWND *hwnds; + UINT wndCount; + HIMC context; +} ContextAssociation;
Wouldn't it be a lot easier to store the HIMC in a window property? -- Alexandre Julliard julliard(a)winehq.org