Moved gtk specific code to tray.c

This commit is contained in:
James Booth
2016-04-18 00:07:15 +01:00
parent 507ea5746c
commit de65f505a8
3 changed files with 42 additions and 20 deletions

View File

@@ -35,6 +35,10 @@
#ifndef PROFANITY_TRAY_H
#define PROFANITY_TRAY_H
void tray_init(void);
void tray_update(void);
void tray_close(void);
/*
* Create tray icon
*