Commit Graph

2 Commits

Author SHA1 Message Date
555efb528d libgimpwidgets: fix automake syntaxe.
Automake doesn't accept the "if else" syntax. Instead, we must add a new if/else
inside the first else block.

While I'm at it, I also add a G_GNUC_INTERNAL to the internal function
_gimp_pick_button_win32_pick(), though I don't think it's absolutely necessary
(yet explicit is better).

(cherry picked from commit 8ac5178214)
2022-10-11 00:34:19 +02:00
744115bac2 Add GimpPickButton implementation for Windows
Fixes https://gitlab.gnome.org/GNOME/gimp/-/issues/8506
2022-10-07 17:51:32 +02:00