summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2016-05-23 22:28:54 -0400
committerlukefromdc <[email protected]>2016-05-23 22:28:54 -0400
commit4b5081e254009fb9ee31fc5d4c2b81ee1cd3cfe6 (patch)
tree1f786ebb6e0c2db230804f1d937487ba6e2a1be1
parent628a2b85f1afbd2b8266782c3391d4991a90bd55 (diff)
downloadmate-settings-daemon-4b5081e254009fb9ee31fc5d4c2b81ee1cd3cfe6.tar.bz2
mate-settings-daemon-4b5081e254009fb9ee31fc5d4c2b81ee1cd3cfe6.tar.xz
Add back missing static void declaration
Worked without this but let's add it back. Build worked same either way but let's not let things like this creep in
-rw-r--r--plugins/common/msd-osd-window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/common/msd-osd-window.c b/plugins/common/msd-osd-window.c
index dfbaed9..120c6d4 100644
--- a/plugins/common/msd-osd-window.c
+++ b/plugins/common/msd-osd-window.c
@@ -496,6 +496,7 @@ msd_osd_window_real_realize (GtkWidget *widget)
#endif
}
#if GTK_CHECK_VERSION (3, 0, 0)
+static void
msd_osd_window_style_set (GtkWidget *widget,
GtkStyleContext *style2)
{