diff options
author | René Schümann <white06tiger@gmail.com> | 2013-11-05 16:34:51 +0000 |
---|---|---|
committer | René Schümann <white06tiger@gmail.com> | 2013-11-05 16:34:51 +0000 |
commit | 4d110f6db480ccb999e2089aff73a85e6e349ab5 (patch) | |
tree | 764613f64f1a0c02da8f324cff10e2824de35efd /plugins/SendScreenshotPlus/src/global.h | |
parent | aa7f145a48708f577f6386f7aba86470f36cab26 (diff) |
// final commit (5 out of 5)
+ added new window selection highlighting (removed old one and functions related to it)
+ fully added functionality to capture child windows (this also enables to capture singe controls such as buttons or entire groups)
hold SHIFT or ALT while selecting a window to capture child windows
*+ new target icon (made by me :P better visibility on black and white surfaces)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6790 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/src/global.h')
-rw-r--r-- | plugins/SendScreenshotPlus/src/global.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/SendScreenshotPlus/src/global.h b/plugins/SendScreenshotPlus/src/global.h index 5cceba5f3d..b1c63cbc1b 100644 --- a/plugins/SendScreenshotPlus/src/global.h +++ b/plugins/SendScreenshotPlus/src/global.h @@ -94,7 +94,6 @@ using namespace std; #define UM_CLOSING WM_USER+1 #define UM_EVENT WM_USER+2 -#define UM_TAB1 WM_USER+11 // Generic Message Box for Errors #define MSGERROR(text) MessageBox(NULL, text, _T("SendSS"), MB_OK | MB_ICONERROR) |