mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 03:36:21 +00:00
Moved tray.c
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
#include "window_list.h"
|
||||
#include "event/client_events.h"
|
||||
#ifdef HAVE_GTK
|
||||
#include "tray.h"
|
||||
#include "ui/tray.h"
|
||||
#endif
|
||||
#include "tools/http_upload.h"
|
||||
#ifdef HAVE_PYTHON
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_GTK
|
||||
#include "tray.h"
|
||||
#include "ui/tray.h"
|
||||
#endif
|
||||
#include <locale.h>
|
||||
#include <signal.h>
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef TRAY_H
|
||||
#define TRAY_H
|
||||
#ifndef UI_TRAY_H
|
||||
#define UI_TRAY_H
|
||||
|
||||
void tray_init(void);
|
||||
void tray_update(void);
|
||||
Reference in New Issue
Block a user