mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Moved tray.c
This commit is contained in:
parent
90b9b48ab9
commit
8f213f22e7
@ -54,7 +54,7 @@ core_sources = \
|
|||||||
src/plugins/themes.c src/plugins/themes.h \
|
src/plugins/themes.c src/plugins/themes.h \
|
||||||
src/plugins/settings.c src/plugins/settings.h \
|
src/plugins/settings.c src/plugins/settings.h \
|
||||||
src/plugins/disco.c src/plugins/disco.h \
|
src/plugins/disco.c src/plugins/disco.h \
|
||||||
src/tray.h src/tray.c
|
src/ui/tray.h src/ui/tray.c
|
||||||
|
|
||||||
unittest_sources = \
|
unittest_sources = \
|
||||||
src/xmpp/contact.c src/xmpp/contact.h src/common.c \
|
src/xmpp/contact.c src/xmpp/contact.h src/common.c \
|
||||||
@ -93,7 +93,7 @@ unittest_sources = \
|
|||||||
src/window_list.c src/window_list.h \
|
src/window_list.c src/window_list.h \
|
||||||
src/event/server_events.c src/event/server_events.h \
|
src/event/server_events.c src/event/server_events.h \
|
||||||
src/event/client_events.c src/event/client_events.h \
|
src/event/client_events.c src/event/client_events.h \
|
||||||
src/tray.h src/tray.c \
|
src/ui/tray.h src/ui/tray.c \
|
||||||
tests/unittests/xmpp/stub_xmpp.c \
|
tests/unittests/xmpp/stub_xmpp.c \
|
||||||
tests/unittests/ui/stub_ui.c \
|
tests/unittests/ui/stub_ui.c \
|
||||||
tests/unittests/log/stub_log.c \
|
tests/unittests/log/stub_log.c \
|
||||||
|
@ -81,7 +81,7 @@
|
|||||||
#include "window_list.h"
|
#include "window_list.h"
|
||||||
#include "event/client_events.h"
|
#include "event/client_events.h"
|
||||||
#ifdef HAVE_GTK
|
#ifdef HAVE_GTK
|
||||||
#include "tray.h"
|
#include "ui/tray.h"
|
||||||
#endif
|
#endif
|
||||||
#include "tools/http_upload.h"
|
#include "tools/http_upload.h"
|
||||||
#ifdef HAVE_PYTHON
|
#ifdef HAVE_PYTHON
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_GTK
|
#ifdef HAVE_GTK
|
||||||
#include "tray.h"
|
#include "ui/tray.h"
|
||||||
#endif
|
#endif
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
@ -32,8 +32,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef TRAY_H
|
#ifndef UI_TRAY_H
|
||||||
#define TRAY_H
|
#define UI_TRAY_H
|
||||||
|
|
||||||
void tray_init(void);
|
void tray_init(void);
|
||||||
void tray_update(void);
|
void tray_update(void);
|
Loading…
Reference in New Issue
Block a user