blob: f0ce61f33e3f6a44a662f3b0ad7e4bf7c837712a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- pixmap.c 2011-03-16 02:09:23.000000000 -0400
+++ pixmap.c.diff 2024-11-12 18:08:46.080542920 -0500
@@ -172,7 +172,7 @@
#ifdef PIXMAP_SUPPORT
const char *
-imlib_strerror(Imlib_Load_Error err)
+eterm_imlib_strerror(Imlib_Load_Error err)
{
switch (err) {
case IMLIB_LOAD_ERROR_NONE:
|