mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
plug-ins: Restore screenshot delay on Windows
Resolves #10802. Since the GimpProcedureDialog port, the Windows version of the Screenshot plug-in has been missing the "Screenshot Delay" option. This is because Windows did not have the SCREENSHOT_CAN_DELAY_WINDOW_SHOT enum set. Adding that back in restores the option.
This commit is contained in:
@@ -152,7 +152,8 @@ screenshot_win32_get_capabilities (void)
|
||||
{
|
||||
return (SCREENSHOT_CAN_SHOOT_DECORATIONS |
|
||||
SCREENSHOT_CAN_SHOOT_WINDOW |
|
||||
SCREENSHOT_CAN_SHOOT_POINTER);
|
||||
SCREENSHOT_CAN_SHOOT_POINTER |
|
||||
SCREENSHOT_CAN_DELAY_WINDOW_SHOT);
|
||||
}
|
||||
|
||||
GimpPDBStatusType
|
||||
|
Reference in New Issue
Block a user