mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:12:57 +00:00

## Purpose Supporting System Pen icon and IME menus for East-Asian users. JIRA issue: CORE-20142 ## Overview The East-Asian system has the system pen icon in taskbar additionally. The system pen icon shows the current IME status. If the user clicked the IME system pen icon, the IME menu will open. The IME system pen icon can be customized by the IME module by posting indicator messages. ## Proposed changes - Add default pen icon resources. - Add base/applications/kbswitch/imemenu.c to handle IME menus. - Add code for adding, modifying and deleting the System Pen icon. - Modify indicdll.spec. - Fix popup menu alignment.
12 lines
182 B
C
12 lines
182 B
C
#pragma once
|
|
|
|
/* Icons */
|
|
#define IDI_MAIN 150
|
|
|
|
/* Menus */
|
|
#define IDR_POPUP 100
|
|
|
|
/* Menu items */
|
|
#define ID_EXIT 100
|
|
#define ID_PREFERENCES 101
|
|
#define ID_LANG_BASE 1000
|