GNU bug report logs -
#12463
24.2; pos-visible-in-window-p gets slower over time
Previous Next
Reported by: jwalt <at> garni.ch (Jörg Walter)
Date: Mon, 17 Sep 2012 23:58:01 UTC
Severity: normal
Merged with 12468
Found in version 24.2
Done: Chong Yidong <cyd <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On Fri, Sep 21, 2012 at 7:42 AM, Chong Yidong <cyd <at> gnu.org> wrote:
> ***************
> *** 3059,3064 ****
> --- 3052,3062 ----
> xpm_image_p,
> xpm_load,
> x_clear_image,
> + #ifdef HAVE_NTGUI
> + init_xpm_functions,
> + #else
> + NULL,
> + #endif
> NULL
> };
>
> ***************
Additionally to Eli's comments, the functions init_*_functions are
defined after being used to initialize the struct, so it fails:
image.c:3056:3: error: 'init_xpm_functions' undeclared here (not in a function)
image.c:5398:3: error: 'init_png_functions' undeclared here (not in a function)
image.c:6055:3: error: 'init_jpeg_functions' undeclared here (not in a function)
image.c:6645:3: error: 'init_tiff_functions' undeclared here (not in a function)
image.c:7098:3: error: 'init_gif_functions' undeclared here (not in a function)
You'll have to move them around.
Juanma
This bug report was last modified 12 years and 237 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.