gimp/modules
Jacob Boerema aab6f4eab8 modules: fix CI failure in gimp-win-x86 job
Our gimp-win-x86 job fails with the following error:
../modules/gimpinputdevicestore-dx.c:207:28: error: passing argument 2
 of 'GetModuleHandleExW' from incompatible pointer type
 [-Wincompatible-pointer-types]

Fairly Recent the call to `GetModuleHandleEx` was changed to
`GetModuleHandleExW`. This new call expects a wide char pointer
instead of a char pointer.
So replace it with the wide variant (LPCWSTR). Since in this call
an address is actually expected, the actual contents don't need to
be a wide string.
2024-05-27 13:32:54 -04:00
..
color-selector-cmyk.c app, libgimpwidgets, modules: color selectors are now partly space-invaded. 2024-02-11 23:28:03 +01:00
color-selector-water.c libgimpwidgets, modules: display the exact space/profile name for… 2024-02-11 23:28:03 +01:00
color-selector-wheel.c modules: Swap ColorWheel to HSV float 2024-04-20 21:31:58 +00:00
controller-dx-dinput.c Get rid of old Windows specific defines 2024-01-24 12:10:00 -05:00
controller-linux-input.c modules: remove "static" from all modules' get_type() functions 2023-05-22 03:51:36 +02:00
controller-midi.c modules: remove "static" from all modules' get_type() functions 2023-05-22 03:51:36 +02:00
display-filter-aces-rrt.c modules: remove "static" from all modules' get_type() functions 2023-05-22 03:51:36 +02:00
display-filter-clip-warning.c app, libgimp*, modules, pdb, plug-ins: new GimpParamColor. 2024-04-19 23:25:13 +02:00
display-filter-color-blind.c modules: remove "static" from all modules' get_type() functions 2023-05-22 03:51:36 +02:00
display-filter-gamma.c modules: remove "static" from all modules' get_type() functions 2023-05-22 03:51:36 +02:00
display-filter-high-contrast.c modules: remove "static" from all modules' get_type() functions 2023-05-22 03:51:36 +02:00
gimpcolorwheel.c modules: Swap ColorWheel to HSV float 2024-04-20 21:31:58 +00:00
gimpcolorwheel.h modules: Swap ColorWheel to HSV float 2024-04-20 21:31:58 +00:00
gimpinputdevicestore-dx.c modules: fix CI failure in gimp-win-x86 job 2024-05-27 13:32:54 -04:00
gimpinputdevicestore-gudev.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimpinputdevicestore.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
meson.build modules: fix typo in meson build. 2022-11-13 22:21:14 +01:00