summaryrefslogtreecommitdiff
path: root/src/themes/nodoka/nodoka-theme.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 18:00:56 +0200
committerraveit65 <[email protected]>2021-12-11 16:08:17 +0100
commitc6b9276aa54e8d320d0a3f480404393711463dfd (patch)
tree4b945d8d5471dfc0d0338d68ef14abf339c8358b /src/themes/nodoka/nodoka-theme.c
parentc2823eeafa140917a87fccff91dcf2967d93b393 (diff)
downloadmate-notification-daemon-c6b9276aa54e8d320d0a3f480404393711463dfd.tar.bz2
mate-notification-daemon-c6b9276aa54e8d320d0a3f480404393711463dfd.tar.xz
Use a blank line at most
Diffstat (limited to 'src/themes/nodoka/nodoka-theme.c')
-rw-r--r--src/themes/nodoka/nodoka-theme.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/themes/nodoka/nodoka-theme.c b/src/themes/nodoka/nodoka-theme.c
index 2ad102e..3f62940 100644
--- a/src/themes/nodoka/nodoka-theme.c
+++ b/src/themes/nodoka/nodoka-theme.c
@@ -22,8 +22,6 @@
* Boston, MA 02110-1301 USA
*/
-
-
#include "config.h"
#include <glib/gi18n.h>
@@ -82,7 +80,6 @@ typedef struct
} WindowData;
-
enum
{
URGENCY_LOW,
@@ -403,7 +400,6 @@ fill_background(GtkWidget *widget, WindowData *windata, cairo_t *cr)
cairo_fill (cr);
}
-
static void
draw_stripe(GtkWidget *widget, WindowData *windata, cairo_t *cr)
{
@@ -463,7 +459,6 @@ draw_stripe(GtkWidget *widget, WindowData *windata, cairo_t *cr)
break;
}
-
cairo_pattern_t *pattern;
pattern = cairo_pattern_create_linear (0, 0, 0, windata->height);
cairo_pattern_add_color_stop_rgba (pattern, 0, top_color.red / color_mult, top_color.green / color_mult, top_color.blue / color_mult, alpha);
@@ -697,8 +692,6 @@ action_clicked_cb(GtkWidget *w, GdkEventButton *event,
action_cb(nw, key);
}
-
-
/* Required functions */
/* Checking if we support this notification daemon version */
@@ -1122,7 +1115,6 @@ move_notification(GtkWidget *nw, int x, int y)
}
}
-
/* Optional Functions */
/* Destroy notification */