all repos — tint2 @ df9df99c237cf1201089565e22cfc1f518e3eecd

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Fix compile error with cmake -DENABLE_RSVG=OFF
o9000 mrovi9000@gmail.com
commit

df9df99c237cf1201089565e22cfc1f518e3eecd

parent

7d972e53d75aa28df281bb52e570b9e97d424c64

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/util/common.csrc/util/common.c

@@ -463,8 +463,8 @@ }

Imlib_Image load_image(const char *path, int cached) { -#ifdef HAVE_RSVG Imlib_Image image; +#ifdef HAVE_RSVG if (cached) { image = imlib_load_image_immediately(path); } else {