diff options
Diffstat (limited to 'src/core/stdpopup')
-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; |