move file tail back to end
This commit is contained in:
parent
cf1d868666
commit
9e1261c350
5
dunst.h
5
dunst.h
@ -58,11 +58,12 @@ typedef struct _dimension_t {
|
|||||||
unsigned int w;
|
unsigned int w;
|
||||||
int mask;
|
int mask;
|
||||||
} dimension_t;
|
} dimension_t;
|
||||||
#endif
|
|
||||||
/* vim: set ts=8 sw=8 tw=0: */
|
|
||||||
|
|
||||||
/* return id of notification */
|
/* return id of notification */
|
||||||
int init_notification(notification * n, int id);
|
int init_notification(notification * n, int id);
|
||||||
int close_notification(notification * n, int reason);
|
int close_notification(notification * n, int reason);
|
||||||
int close_notification_by_id(int id, int reason);
|
int close_notification_by_id(int id, int reason);
|
||||||
void map_win(void);
|
void map_win(void);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
/* vim: set ts=8 sw=8 tw=0: */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user