mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:03:25 +00:00
[CTFMON][MSCTF][MSUTB][SDK] Add msutb.dll (stub) (#6222)
msutb.dll is the GUI back-end of Language Bar (Tipbar). - Add msutb.dll module at dll/win32/msutb/. - The implementation of msutb.dll is currently stub. - Modify msctf.spec and msctf.idl. - Add <cicero/cicutb.h>. - Adapt ctfmon.exe to these changes. CORE-19362, CORE-19363
This commit is contained in:
parent
5d9f622eeb
commit
f4460c3fcd
17 changed files with 367 additions and 25 deletions
|
@ -17,6 +17,7 @@
|
|||
#include <ctfutb.h>
|
||||
#include <ctffunc.h>
|
||||
#include <cicero/cicbase.h>
|
||||
#include <cicero/cicutb.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
|
@ -43,13 +44,3 @@ typedef enum WATCH_INDEX
|
|||
WI_ASSEMBLIES = 11,
|
||||
WI_DESKTOP_SWITCH = 12,
|
||||
} WATCH_INDEX;
|
||||
|
||||
// FIXME: Use msutb.dll and header
|
||||
static inline void ClosePopupTipbar(void)
|
||||
{
|
||||
}
|
||||
|
||||
// FIXME: Use msutb.dll and header
|
||||
static inline void GetPopupTipbar(HWND hwnd, BOOL fWinLogon)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue