(get_color): Make it static.
authorhanda <handa>
Tue, 9 Mar 2004 06:20:57 +0000 (06:20 +0000)
committerhanda <handa>
Tue, 9 Mar 2004 06:20:57 +0000 (06:20 +0000)
src/m17n-X.c

index 974dd22..c7b5694 100644 (file)
@@ -238,7 +238,7 @@ find_modifier_bits (MDisplayInfo *disp_info)
   XFreeModifiermap (mods);
 }
 
-unsigned long
+static unsigned long
 get_color (Display *display, Colormap cmap,
           MSymbol color_name, MSymbol default_name,
           unsigned long default_pixel)