[gnome-calendar] window: style issue
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] window: style issue
- Date: Fri, 6 Feb 2015 14:27:13 +0000 (UTC)
commit e79484f6f4d7aee840bfa3ec9edad01c70b25127
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Thu Feb 5 17:19:50 2015 -0500
window: style issue
src/gcal-window.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/gcal-window.c b/src/gcal-window.c
index dc2adec..4235127 100644
--- a/src/gcal-window.c
+++ b/src/gcal-window.c
@@ -35,15 +35,14 @@
#include <libecal/libecal.h>
#include <libical/icaltime.h>
-struct _NewEventData
+typedef struct
{
gint x;
gint y;
icaltimetype *start_date;
icaltimetype *end_date;
-};
+} NewEventData;
-typedef struct _NewEventData NewEventData;
typedef struct
{
GcalWindow *window;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]