diff options
author | George Hazan <george.hazan@gmail.com> | 2023-12-28 15:27:48 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-12-28 15:27:48 +0300 |
commit | e3cc499b6962be4a4d29350b97f0ea7a4548b4ce (patch) | |
tree | 4bbc149411b0f188cb72fcb3276e5ff58934cfd4 /src | |
parent | 9f0f64236819b9cc26e4517b1ad1e273c669b394 (diff) |
code cleaning
Diffstat (limited to 'src')
-rw-r--r-- | src/mir_app/src/genmenu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mir_app/src/genmenu.h b/src/mir_app/src/genmenu.h index 7e10b359be..cb1d973a65 100644 --- a/src/mir_app/src/genmenu.h +++ b/src/mir_app/src/genmenu.h @@ -44,7 +44,7 @@ struct TMO_LinkedList struct TMO_IntMenuItem
{
- uint32_t signature;
+ uint32_t signature;
int iCommand;
int iconId; // icon index in the section's image list
TMO_MenuItem mi; // user-defined data
@@ -55,7 +55,7 @@ struct TMO_IntMenuItem int originalPosition; // !!!!!!!!!!!!!!!!!!!!!!!!
bool customVisible;
- uint32_t hotKey;
+ uint32_t hotKey;
WPARAM execParam;
void* pUserData;
|