diff options
| -rw-r--r-- | systray_linux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systray_linux.c b/systray_linux.c index c0a3d01..1cbebbe 100644 --- a/systray_linux.c +++ b/systray_linux.c @@ -8,6 +8,7 @@ static AppIndicator *global_app_indicator; static GtkWidget *global_tray_menu = NULL; static GList *global_menu_items = NULL; +// Keep track of all generated temp files to remove when app quits static GArray *global_temp_icon_file_names = NULL; typedef struct { |
