From 49c7405b6a88e56bb69e12189adb719927343e07 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Mon, 15 Nov 2021 19:37:48 +0000 Subject: Multiple smaller changes. - Remove the background image and libpng dependency - Add a prompt - Add xmalloc with out-of-memory handling - Add beginnings of a rofi-like run cache --- src/entry.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/entry.h') diff --git a/src/entry.h b/src/entry.h index a362ec9..6d4023f 100644 --- a/src/entry.h +++ b/src/entry.h @@ -13,6 +13,7 @@ struct entry { struct image image; struct { PangoContext *context; + PangoLayout *prompt_layout; PangoLayout *entry_layout; PangoLayout *result_layouts[5]; } pango; -- cgit v1.2.3