diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-11-16 09:59:19 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-11-16 09:59:19 +0000 |
commit | 0029f35d49424b08069e0e22de9d0a49bd2fb4f6 (patch) | |
tree | a93ebce4f9d8739acb28262b6d319fc7ae40c6f3 /graphics/imlib/files/patch-ac | |
parent | Upgrade to bihar (double precision version) (diff) |
Update to 0.7
PR: ports/5030
Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
Notes
Notes:
svn path=/head/; revision=8662
Diffstat (limited to 'graphics/imlib/files/patch-ac')
-rw-r--r-- | graphics/imlib/files/patch-ac | 32 |
1 files changed, 11 insertions, 21 deletions
diff --git a/graphics/imlib/files/patch-ac b/graphics/imlib/files/patch-ac index 5cac445ec737..39da72c52153 100644 --- a/graphics/imlib/files/patch-ac +++ b/graphics/imlib/files/patch-ac @@ -1,21 +1,11 @@ -*** load.c.orig Fri Sep 19 03:24:04 1997 ---- load.c Fri Sep 19 03:25:28 1997 -*************** Image *ImlibLoadImage(ImlibData *id, cha -*** 157,164 **** - if (needs_conv) pclose(p); - else fclose(p); - } -! if (!strcasecmp(s,"jpeg")) sprintf(cmd,"%s/djpeg %s", NETPBM_PATH, file); -! else if (!strcasecmp(s,"jpg")) sprintf(cmd,"%s/djpeg %s", NETPBM_PATH, file); - else if (!strcasecmp(s,"bmp")) sprintf(cmd,"%s/bmptoppm %s", NETPBM_PATH, file); - else if (!strcasecmp(s,"ilbm")) sprintf(cmd,"%s/ilbmtoppm %s", NETPBM_PATH, file); - else if (!strcasecmp(s,"ilb")) sprintf(cmd,"%s/ilbmtoppm %s", NETPBM_PATH, file); ---- 157,164 ---- - if (needs_conv) pclose(p); - else fclose(p); - } -! if (!strcasecmp(s,"jpeg")) sprintf(cmd,"%s/djpeg %s", JPEG_PATH, file); -! else if (!strcasecmp(s,"jpg")) sprintf(cmd,"%s/djpeg %s", JPEG_PATH, file); - else if (!strcasecmp(s,"bmp")) sprintf(cmd,"%s/bmptoppm %s", NETPBM_PATH, file); - else if (!strcasecmp(s,"ilbm")) sprintf(cmd,"%s/ilbmtoppm %s", NETPBM_PATH, file); - else if (!strcasecmp(s,"ilb")) sprintf(cmd,"%s/ilbmtoppm %s", NETPBM_PATH, file); +--- sys_conf.dist/imrc.orig Tue Nov 4 12:11:30 1997 ++++ sys_conf.dist/imrc Thu Nov 13 13:05:34 1997 +@@ -55,7 +55,7 @@ + # these pixmaps themselves, because this will trample all over the cache + # and give very horrid effects, or even make the apps crash with segfaults or + # Xlib errors. +-Pixmap_Cache on ++Pixmap_Cache off + # Pixmap cache is in **-> BITS <-**... the end result is APPROXIMATELY + # 10000000 bits of pixmap make your Xserver grow by 1Mb of RAM (VERY rough). + # As wiht any cache, the more, the better. The more you have, the less likely |