summaryrefslogtreecommitdiff
path: root/src/entry_backend/pango.c
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-06-23 13:59:23 +0100
committerPhil Jones <philj56@gmail.com>2022-06-23 13:59:23 +0100
commitc57d9a2a65725dce8632bea6e539517f6b5e8f7d (patch)
treec18011302444bebaa9d3ca56549d22ca70507469 /src/entry_backend/pango.c
parent8ee3f74a3267ded3444c6f68b0551af0ba09d943 (diff)
Add tofi-run symlink.
Invoking 'tofi' now acts like dmenu, expecting newline-separated options on stdin. Also fix history file handling and add an option to disable it.
Diffstat (limited to 'src/entry_backend/pango.c')
-rw-r--r--src/entry_backend/pango.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/entry_backend/pango.c b/src/entry_backend/pango.c
index 38b8a02..990ce55 100644
--- a/src/entry_backend/pango.c
+++ b/src/entry_backend/pango.c
@@ -1,5 +1,4 @@
#include <cairo/cairo.h>
-#include <glib.h>
#include <pango/pangocairo.h>
#include <pango/pango.h>
#include "../entry.h"