diff options
author | lukefromdc <[email protected]> | 2016-05-23 22:28:54 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2016-05-23 22:28:54 -0400 |
commit | 4b5081e254009fb9ee31fc5d4c2b81ee1cd3cfe6 (patch) | |
tree | 1f786ebb6e0c2db230804f1d937487ba6e2a1be1 | |
parent | 628a2b85f1afbd2b8266782c3391d4991a90bd55 (diff) | |
download | mate-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.c | 1 |
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) { |