From c1b36b8f0942a8ec34f97f28c8c77c84adf0c2c4 Mon Sep 17 00:00:00 2001 From: NRK Date: Sat, 8 Jul 2023 07:05:57 +0000 Subject: add some upgrade comments (#457) these document improvements and/or removal of unnecessary code for when we will require a higher minimum version of Imlib2. all the comments have been prefixed with "UPGRADE: " for easy grepping. Reviewed-on: https://codeberg.org/nsxiv/nsxiv/pulls/457 Reviewed-by: explosion-mental --- nsxiv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsxiv.h') diff --git a/nsxiv.h b/nsxiv.h index 574ab1a..3ff90b2 100644 --- a/nsxiv.h +++ b/nsxiv.h @@ -159,7 +159,7 @@ typedef keymap_t button_t; /* image.c */ -#ifdef IMLIB2_VERSION +#ifdef IMLIB2_VERSION /* UPGRADE: Imlib2 v1.8.0: remove all HAVE_IMLIB2_MULTI_FRAME ifdefs */ #if IMLIB2_VERSION >= IMLIB2_VERSION_(1, 8, 0) #define HAVE_IMLIB2_MULTI_FRAME 1 #endif -- cgit v1.2.3-54-g00ecf