X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin3_src%2FWM%2Finclude%2Fwm_hotkeys.h;h=1a7ca7efa6ff8cce81dbb602e5973bde026d3867;hb=9c435c78b45c6b62a8182334e44d87b4a6a198f7;hp=44675d214e286a3b771a560263dfbcdf6f423b9c;hpb=93a6bfbef3c85c3449826d1fbdc9aa08faa1dc20;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin3_src/WM/include/wm_hotkeys.h b/Usermode/Applications/axwin3_src/WM/include/wm_hotkeys.h index 44675d21..1a7ca7ef 100644 --- a/Usermode/Applications/axwin3_src/WM/include/wm_hotkeys.h +++ b/Usermode/Applications/axwin3_src/WM/include/wm_hotkeys.h @@ -33,6 +33,7 @@ struct sHotkeyTarget extern void WM_Hotkey_Register(int nKeys, uint32_t *Keys, const char *ActionName); +extern void WM_Hotkey_RegisterAction(const char *ActionName, tWindow *Target, uint16_t Index); extern void WM_Hotkey_KeyDown(uint32_t Scancode); extern void WM_Hotkey_KeyUp(uint32_t Scancode);