about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 15:10:58 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 15:10:58 +0100
commit8f213f22e7a9ec761e6f6fd77bd8e582ba7c7280 (patch)
tree665a9276839314617bbe8bbbc26f58f5d1797673 /src
parent90b9b48ab957f72aba9db664104ec04df986877e (diff)
downloadprofani-tty-8f213f22e7a9ec761e6f6fd77bd8e582ba7c7280.tar.gz
Moved tray.c
Diffstat (limited to 'src')
-rw-r--r--src/command/cmd_funcs.c2
-rw-r--r--src/profanity.c2
-rw-r--r--src/ui/tray.c (renamed from src/tray.c)0
-rw-r--r--src/ui/tray.h (renamed from src/tray.h)4
4 files changed, 4 insertions, 4 deletions
diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c
index fbcd944b..b65c33f1 100644
--- a/src/command/cmd_funcs.c
+++ b/src/command/cmd_funcs.c
@@ -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
diff --git a/src/profanity.c b/src/profanity.c
index 691f39d7..456cae3b 100644
--- a/src/profanity.c
+++ b/src/profanity.c
@@ -38,7 +38,7 @@
 #endif
 
 #ifdef HAVE_GTK
-#include "tray.h"
+#include "ui/tray.h"
 #endif
 #include <locale.h>
 #include <signal.h>
diff --git a/src/tray.c b/src/ui/tray.c
index 9011bec9..9011bec9 100644
--- a/src/tray.c
+++ b/src/ui/tray.c
diff --git a/src/tray.h b/src/ui/tray.h
index 1f8f13d8..f33176e7 100644
--- a/src/tray.h
+++ b/src/ui/tray.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);