1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-20 13:26:35 +02:00

Makefile: refactoring and adding desktop notifications support

This commit is contained in:
Ansa89
2014-07-30 14:14:13 +02:00
parent 75708f7600
commit b62787ce47
13 changed files with 179 additions and 135 deletions

View File

@ -475,4 +475,4 @@ int box_notify_append(ToxWindow* self, Notification notif, uint64_t flags, int i
#else
return notify(self, notif, flags);
#endif
}
}