Resolves #14966 When "Include mouse pointer" is checked in the Windows version of the Create Screenshot plug-in, we used the GetCursor () Win32 API to get the cursor icon. However, this just returns a generic cursor rather than the current one used. This patch changes the code to use the hCursor property of the CursorInfo struct that was already retrieved, which contains the current cursor's icon instead of the generic one. |
||
|---|---|---|
| .. | ||
| meson.build | ||
| screenshot-freedesktop.c | ||
| screenshot-freedesktop.h | ||
| screenshot-icon.png | ||
| screenshot-osx.c | ||
| screenshot-osx.h | ||
| screenshot-win32-dwm-api.h | ||
| screenshot-win32-magnification-api.h | ||
| screenshot-win32-resource.h | ||
| screenshot-win32-select.cur | ||
| screenshot-win32-small.ico | ||
| screenshot-win32.c | ||
| screenshot-win32.h | ||
| screenshot-win32.ico | ||
| screenshot-win32.rc | ||
| screenshot-x11.c | ||
| screenshot-x11.h | ||
| screenshot.c | ||
| screenshot.h | ||