[vte] draw: Rename vtedraw header file
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] draw: Rename vtedraw header file
- Date: Sun, 13 Dec 2015 18:09:12 +0000 (UTC)
commit 8368203cfd34846b06d7a65ad797283bf12cb9c5
Author: Christian Persch <chpe gnome org>
Date: Sun Dec 13 19:08:23 2015 +0100
draw: Rename vtedraw header file
src/Makefile.am | 2 +-
src/vte-private.h | 2 +-
src/vtedraw.cc | 2 +-
src/{vtedraw.h => vtedraw.hh} | 0
4 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 50250e1..67b291a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -69,7 +69,7 @@ libvte_ VTE_API_MAJOR_VERSION@_ VTE_API_MINOR_VERSION@_la_SOURCES = \
vteconv.h \
vtedefines.hh \
vtedraw.cc \
- vtedraw.h \
+ vtedraw.hh \
vtegtk.cc \
vtegtk.hh \
vteinternal.hh \
diff --git a/src/vte-private.h b/src/vte-private.h
index 1b7d65a..9d0923b 100644
--- a/src/vte-private.h
+++ b/src/vte-private.h
@@ -44,7 +44,7 @@
#include "buffer.h"
#include "debug.h"
#include "vteconv.h"
-#include "vtedraw.h"
+#include "vtedraw.hh"
#include "ring.h"
#include "caps.h"
diff --git a/src/vtedraw.cc b/src/vtedraw.cc
index 6142a1a..8ebac40 100644
--- a/src/vtedraw.cc
+++ b/src/vtedraw.cc
@@ -24,7 +24,7 @@
#include <gtk/gtk.h>
#include <glib.h>
#include "debug.h"
-#include "vtedraw.h"
+#include "vtedraw.hh"
#include "vte-private.h"
#include <pango/pangocairo.h>
diff --git a/src/vtedraw.h b/src/vtedraw.hh
similarity index 100%
rename from src/vtedraw.h
rename to src/vtedraw.hh
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]