pkgsrc/graphics/cinepaint/patches/patch-af
adam f6041b5462 Changes 0.22.1:
* native OpenEXR Half sample type substitutes the older RnH 16-bit float
* load/save multilayerd OpenEXR files like from Blender
* load/save 16-bit Half Tiff's
* precise drawing with tablet - thanks to Tino Schwarze for hardware
* speedup in gamma-expose and Brightness/Contrast Adjustments
* dynamic colour visualisation in ICC Examin plug-in
* UTF-8 support through Gtk2
* UFRaw plug-in ready
* CMS defaults to Oyranos
* Tango icons for toolbox only
* Retinex plug-in
* Bugfixes
2008-11-10 19:04:45 +00:00

13 lines
382 B
Text

$NetBSD: patch-af,v 1.3 2008/11/10 19:04:45 adam Exp $
--- plug-ins/icc_examin/icc_examin/icc_helfer_fltk.cpp.orig 2008-11-10 19:18:58.000000000 +0100
+++ plug-ins/icc_examin/icc_examin/icc_helfer_fltk.cpp
@@ -226,7 +226,7 @@ namespace icc_examin_ns {
int awake(void)
{
- Fl::awake(0);
+ Fl::awake((void*)0);
return 0;
}
int leerWait(void) { return 0; }