From aacdf776c6f59a4e24520480693348fcbff2abcd Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 15 Sep 2017 05:13:36 -0400 Subject: src/main-window.[ch]: Rename to src/window.[ch] --- diff --git a/src/local.mk b/src/local.mk index 4db62de..ee5458d 100644 --- a/src/local.mk +++ b/src/local.mk @@ -1,3 +1,3 @@ marquee_SOURCES += \ %reldir%/main.c \ - %reldir%/main-window.c + %reldir%/window.c 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 -#include "main-window.h" +#include "window.h" static gchar *opt_profile; static gboolean opt_private; diff --git a/src/main-window.c b/src/window.c index b21f2e0..416acf5 100644 --- a/src/main-window.c +++ b/src/window.c @@ -23,7 +23,7 @@ #include -#include "main-window.h" +#include "window.h" MqWindow * mq_window_new(gint __attribute__((unused)) uri_c, diff --git a/src/main-window.h b/src/window.h index 1b39dbe..1b39dbe 100644 --- a/src/main-window.h +++ b/src/window.h -- cgit v0.9.1