Make a local function static
This commit is contained in:
parent
592c68b123
commit
8cdf1d1ee8
@ -119,7 +119,7 @@ void msgwin_set_messages_dir(const gchar *messages_dir)
|
||||
}
|
||||
|
||||
|
||||
void load_color(const gchar *color_name, GdkColor *color)
|
||||
static void load_color(const gchar *color_name, GdkColor *color)
|
||||
{
|
||||
#if GTK_CHECK_VERSION(3, 0, 0)
|
||||
GdkRGBA rgba_color;
|
||||
|
Loading…
x
Reference in New Issue
Block a user