summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-15 05:13:36 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-15 05:13:36 (EDT)
commitaacdf776c6f59a4e24520480693348fcbff2abcd (patch)
tree3622a3276eee7d290a301a2e7575be323f490520 /src/main.c
parent9ecfebe16aae9d1fbbfc2e29ad446c97984f2e5c (diff)
downloadmarquee-aacdf776c6f59a4e24520480693348fcbff2abcd.zip
marquee-aacdf776c6f59a4e24520480693348fcbff2abcd.tar.gz
marquee-aacdf776c6f59a4e24520480693348fcbff2abcd.tar.bz2
src/main-window.[ch]: Rename to src/window.[ch]
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 9e41a0a..ecf0a7b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -27,7 +27,7 @@
#include <gtk/gtk.h>
-#include "main-window.h"
+#include "window.h"
static gchar *opt_profile;
static gboolean opt_private;