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/image.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/image.h') diff --git a/src/image.h b/src/image.h index 21b9100..a66e0cb 100644 --- a/src/image.h +++ b/src/image.h @@ -18,6 +18,4 @@ struct image { } damage; }; -void image_load(struct image *image, const char *filename); - #endif /* IMAGE_H */ -- cgit v1.2.3