Gimp/plug-ins/screenshot
Alx Sa 7e63e661f0 plug-ins: Show correct cursor in Windows Screenshot
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.
2026-03-05 15:54:34 +00:00
..
meson.build plug-ins: Do not call in-build-gimp.py before building plugins 2026-01-04 09:39:02 -03:00
screenshot-freedesktop.c plug-ins: use proper Window type for X11. 2025-03-23 18:09:38 +01:00
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 plug-ins: Show correct cursor in Windows Screenshot 2026-03-05 15:54:34 +00:00
screenshot-win32.h
screenshot-win32.ico
screenshot-win32.rc
screenshot-x11.c screenshot: Don't consider X11 to be available when running under XWayland 2025-03-23 17:20:51 +00:00
screenshot-x11.h
screenshot.c Revert "plug-ins: Convert screenshot dropdowns to radios" 2025-06-13 16:50:12 +00:00
screenshot.h