wok view cinepaint/stuff/cinepaint-0.22.1-ambiguousawake.patch @ rev 7618

Up: php to 5.2.15. Will need to updated 5.3.x soon since this is the last 5.2.x update.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Dec 12 08:13:09 2010 +0000 (2010-12-12)
parents
children
line source
1 --- plug-ins/icc_examin/icc_examin/icc_helfer_fltk.cpp.orig 2008-09-03 02:07:08.000000000 +0200
2 +++ plug-ins/icc_examin/icc_examin/icc_helfer_fltk.cpp 2008-09-03 02:08:02.000000000 +0200
3 @@ -226,7 +226,7 @@
5 int awake(void)
6 {
7 - Fl::awake(0);
8 + Fl::awake((void *)0);
9 return 0;
10 }
11 int leerWait(void) { return 0; }