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 plug-ins: port screenshot to GimpProcedureDialog and gimp_procedure_new2(). 2023-10-01 20:52:01 +02:00
screenshot-icon.png screenshot: move deprecated pixdata into png resource 2023-05-21 13:22:57 +02:00
screenshot-osx.c plug-ins: port screenshot to GimpProcedureDialog and gimp_procedure_new2(). 2023-10-01 20:52:01 +02:00
screenshot-osx.h plug-ins: port screenshot to GimpProcedureDialog and gimp_procedure_new2(). 2023-10-01 20:52:01 +02:00
screenshot-win32-dwm-api.h Use LoadLibraryW () 2023-01-24 14:48:44 +00:00
screenshot-win32-magnification-api.h screenshot-win32-magnification-api.h: Fix coding style 2023-01-24 14:48:44 +00:00
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 plug-ins: port screenshot to GimpProcedureDialog and gimp_procedure_new2(). 2023-10-01 20:52:01 +02:00
screenshot-win32.ico
screenshot-win32.rc Specify utf-8 for rc file. 2018-06-15 17:35:00 +00:00
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 plug-ins: port screenshot to GimpProcedureDialog and gimp_procedure_new2(). 2023-10-01 20:52:01 +02:00
screenshot.c Revert "plug-ins: Convert screenshot dropdowns to radios" 2025-06-13 16:50:12 +00:00
screenshot.h plug-ins: port screenshot to GimpProcedureDialog and gimp_procedure_new2(). 2023-10-01 20:52:01 +02:00