diff options
author | George Hazan <george.hazan@gmail.com> | 2023-10-08 18:50:33 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-10-08 18:50:33 +0300 |
commit | dc2947a0f6d66ce1302ad26e413f81c9e2260ecc (patch) | |
tree | 87e604f2c9ebe6f0d3797ba4ee5244487b91bd75 | |
parent | 386f7d6f8c8cbfa846f552f72a899c4e045a613c (diff) |
oops...
-rw-r--r-- | src/core/stdpopup/src/yapp.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/stdpopup/src/yapp.cpp b/src/core/stdpopup/src/yapp.cpp index 358aa3ab6b..b14d4ad6a2 100644 --- a/src/core/stdpopup/src/yapp.cpp +++ b/src/core/stdpopup/src/yapp.cpp @@ -6,6 +6,9 @@ CMPlugin g_plugin; bool bShutdown = false; +// toptoolbar button +HANDLE hTTButton; + // used to work around a bug in neweventnotify and others with the address passed in the GetPluginData function bool ignore_gpd_passed_addy = false; |