summaryrefslogtreecommitdiff
path: root/mate-session/gs-idle-monitor.c
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-04-28 17:06:07 +0800
committerWu Xiaotian <[email protected]>2020-08-19 22:01:55 +0800
commit431efb1de32bac835bdc03387a2e5fc03891f6d2 (patch)
treef388c88129c6bfebc7a35d5e151285b1b4988209 /mate-session/gs-idle-monitor.c
parentdbd99d0919e12fdef30cb79b1f6753f0b5f2f5c2 (diff)
downloadmate-session-manager-431efb1de32bac835bdc03387a2e5fc03891f6d2.tar.bz2
mate-session-manager-431efb1de32bac835bdc03387a2e5fc03891f6d2.tar.xz
update
Diffstat (limited to 'mate-session/gs-idle-monitor.c')
-rw-r--r--mate-session/gs-idle-monitor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-session/gs-idle-monitor.c b/mate-session/gs-idle-monitor.c
index a188af5..e1ad441 100644
--- a/mate-session/gs-idle-monitor.c
+++ b/mate-session/gs-idle-monitor.c
@@ -103,7 +103,7 @@ gs_idle_monitor_dispose (GObject *object)
}
static gboolean
-_find_alarm (gpointer key,
+_find_alarm (gpointer key G_GNUC_UNUSED,
GSIdleMonitorWatch *watch,
XSyncAlarm *alarm)
{
@@ -216,7 +216,7 @@ handle_alarm_notify_event (GSIdleMonitor *monitor,
static GdkFilterReturn
xevent_filter (GdkXEvent *xevent,
- GdkEvent *event,
+ GdkEvent *event G_GNUC_UNUSED,
GSIdleMonitor *monitor)
{
XEvent *ev;