summaryrefslogtreecommitdiff
path: root/plugins/xsettings/fontconfig-monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/xsettings/fontconfig-monitor.c')
-rw-r--r--plugins/xsettings/fontconfig-monitor.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/xsettings/fontconfig-monitor.c b/plugins/xsettings/fontconfig-monitor.c
index ed4a5a9..a87fc0b 100644
--- a/plugins/xsettings/fontconfig-monitor.c
+++ b/plugins/xsettings/fontconfig-monitor.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2008 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -73,7 +74,6 @@ monitor_files (GPtrArray *monitors,
FcStrListDone (list);
}
-
struct _fontconfig_monitor_handle {
GPtrArray *monitors;
@@ -143,7 +143,6 @@ stuff_changed (GFileMonitor *monitor G_GNUC_UNUSED,
handle->timeout = g_timeout_add_seconds (TIMEOUT_SECONDS, update, data);
}
-
fontconfig_monitor_handle_t *
fontconfig_monitor_start (GFunc notify_callback,
gpointer notify_data)