summaryrefslogtreecommitdiff
path: root/src/minifont.cc
diff options
context:
space:
mode:
authorEgmont Koblinger <egmont@gmail.com>2023-04-23 21:50:38 +0200
committerChristian Persch <chpe@src.gnome.org>2023-04-23 21:50:38 +0200
commit7666d4763be31ceb673136ed09bb6fb7ccdfd48a (patch)
tree0e359c06e69a62e509e1d2eebfad4ac9ea29c2b2 /src/minifont.cc
parenta50cfaa7cb76d7486a45869b948cbcb8239d2fba (diff)
downloadvte-7666d4763be31ceb673136ed09bb6fb7ccdfd48a.tar.gz
draw: Remove need to generate codeHEADmaster
Use user-defined string literals to move the box drawing data into the source code, instead of having a separate text file that gets turned into code from a generator. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2628
Diffstat (limited to 'src/minifont.cc')
-rw-r--r--src/minifont.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minifont.cc b/src/minifont.cc
index 418b1a1f..cefe99e4 100644
--- a/src/minifont.cc
+++ b/src/minifont.cc
@@ -139,7 +139,7 @@ pattern(cairo_t* cr,
cairo_mask(cr, pattern);
}
-#include "box_drawing.h"
+#include "box-drawing.hh"
namespace vte::view {