mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-08 03:41:52 +08:00
tune __mg_def_proc
This commit is contained in:
@@ -73,8 +73,13 @@ IME_STATUS_INFO __mg_ime_status_info;
|
||||
|
||||
static HWND sg_hCaretWnd;
|
||||
static UINT sg_uCaretBTime;
|
||||
/*default window procedure*/
|
||||
|
||||
/* default window procedures */
|
||||
#ifdef _MGHAVE_VIRTUAL_WINDOW
|
||||
WNDPROC __mg_def_proc[4];
|
||||
#else
|
||||
WNDPROC __mg_def_proc[3];
|
||||
#endif
|
||||
|
||||
static BLOCKHEAP sg_FreeInvRectList;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user