* image.c: Make symbols static if they're not exported.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Apr 2011 23:44:57 +0000 (16:44 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Apr 2011 23:44:57 +0000 (16:44 -0700)
commitcd44d2ebb43eb738eca182841c903f8419cd6b5b
treef8b7a6259790c61c266edb427309005a2149ddaa
parentad9a7a06d48b0be0b1159db566c2760d951d62c1
* image.c: Make symbols static if they're not exported.

* dispextern.h (x_create_bitmap_from_xpm_data): Do not declare
if USE_GTK.
* image.c (x_create_bitmap_from_xpm_data): Do not define if USE_GTK.
(xpm_color_cache, ct_table, ct_colors_allocated): Now static.
src/ChangeLog
src/dispextern.h
src/image.c