From 7b4baac1d34ce22a570f080066856e229462f606 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 25 Jul 2013 19:04:47 -0500 Subject: Add support for displaying alarms. EDS treats alarms as attributes of existing calendar events, so the difference in supporting them in the indicator is largely visual -- we use a different x-canonical-type for the menuitem so that clients can render them differently, such as with an alarm icon. --- src/planner.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/planner.h') diff --git a/src/planner.h b/src/planner.h index 7499b75..eab5f9a 100644 --- a/src/planner.h +++ b/src/planner.h @@ -44,6 +44,7 @@ struct IndicatorDatetimeAppt GDateTime * begin; GDateTime * end; gboolean is_event; + gboolean has_alarms; }; /** -- cgit v1.2.3