From 9e1261c35049ef5bb15b4454b1460185381ed625 Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Sun, 22 Jul 2012 22:43:32 +0200 Subject: [PATCH] move file tail back to end --- dunst.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dunst.h b/dunst.h index 91033db..33ca3de 100644 --- a/dunst.h +++ b/dunst.h @@ -58,11 +58,12 @@ typedef struct _dimension_t { unsigned int w; int mask; } dimension_t; -#endif -/* vim: set ts=8 sw=8 tw=0: */ /* return id of notification */ int init_notification(notification * n, int id); int close_notification(notification * n, int reason); int close_notification_by_id(int id, int reason); void map_win(void); + +#endif +/* vim: set ts=8 sw=8 tw=0: */