Files
gimp/libgimp
Jehan 03491efa81 libgimp: fix a type cast warning (win32).
I had this warning when cross-building for Windows 64-bit:

> libgimp/gimpui.c:187:52: warning: passing argument 2 of
> 'gdk_win32_window_foreign_new_for_display' makes pointer from integer
> without a cast [-Wint-conversion]

> note: expected 'HWND' {aka 'struct HWND__ *'} but argument is of type 'guint32' {aka 'unsigned int'}

(cherry picked from commit cf6dae6f83)
2019-10-12 17:11:33 +02:00
..
2018-07-14 14:23:42 +02:00