diff options
author | rbuj <[email protected]> | 2020-04-07 14:12:38 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-05-25 09:37:56 +0200 |
commit | 2570b9ab7f8e26c0035bd6fb5401cba99d682ac4 (patch) | |
tree | 208e932cdde1b8e50ac6cffe9e72db7ac6940105 /applets/notification_area/system-tray/na-tray-child.h | |
parent | 146cc418fad7c39a21a1ce55f92a895bb0be3332 (diff) | |
download | mate-panel-2570b9ab7f8e26c0035bd6fb5401cba99d682ac4.tar.bz2 mate-panel-2570b9ab7f8e26c0035bd6fb5401cba99d682ac4.tar.xz |
Fix some cast-function-type warnings introduced in GCC 8
Diffstat (limited to 'applets/notification_area/system-tray/na-tray-child.h')
-rw-r--r-- | applets/notification_area/system-tray/na-tray-child.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/applets/notification_area/system-tray/na-tray-child.h b/applets/notification_area/system-tray/na-tray-child.h index aa39658a..5865adab 100644 --- a/applets/notification_area/system-tray/na-tray-child.h +++ b/applets/notification_area/system-tray/na-tray-child.h @@ -73,7 +73,9 @@ char *na_tray_child_get_title (NaTrayChild *child); gboolean na_tray_child_has_alpha (NaTrayChild *child); void na_tray_child_set_composited (NaTrayChild *child, gboolean composited); -void na_tray_child_force_redraw (NaTrayChild *child); +void na_tray_child_force_redraw (gpointer key, + gpointer value, + gpointer user_data); void na_tray_child_get_wm_class (NaTrayChild *child, char **res_name, char **res_class); |