summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/iconcache.c2
-rw-r--r--src/core/iconcache.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/core/iconcache.c b/src/core/iconcache.c
index 7f8bff70..d4c2f0fd 100644
--- a/src/core/iconcache.c
+++ b/src/core/iconcache.c
@@ -469,7 +469,7 @@ meta_icon_cache_property_changed (MetaIconCache *icon_cache,
icon_cache->wm_hints_dirty = TRUE;
}
-gboolean
+static gboolean
meta_icon_cache_get_icon_invalidated (MetaIconCache *icon_cache)
{
if (icon_cache->origin <= USING_WM_HINTS &&
diff --git a/src/core/iconcache.h b/src/core/iconcache.h
index 722fb220..10bae4d5 100644
--- a/src/core/iconcache.h
+++ b/src/core/iconcache.h
@@ -53,7 +53,6 @@ void meta_icon_cache_free (MetaIconCache *icon_cache);
void meta_icon_cache_property_changed (MetaIconCache *icon_cache,
MetaDisplay *display,
Atom atom);
-gboolean meta_icon_cache_get_icon_invalidated (MetaIconCache *icon_cache);
gboolean meta_read_icons (MetaScreen *screen,
Window xwindow,