fixing leakings

This commit is contained in:
David
2016-03-12 16:55:52 +01:00
parent 82de077b02
commit 520eee23a9
2 changed files with 36 additions and 4 deletions

View File

@@ -35,7 +35,16 @@
#ifndef PROFANITY_TRAY_H
#define PROFANITY_TRAY_H
/*
* Create tray icon
*
* This will initialize the timer that will be called in order to change the icons
* and will search the icons in the defaults paths
*/
void create_tray(void);
/*
* Destroy tray icon
*/
void destroy_tray(void);
#endif