diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-03 23:39:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-03 23:39:10 +0000 |
commit | dacaa9c9ecbfcd10d991c5af365c45c64d88d69e (patch) | |
tree | 2217017adcc4f6ad086fecb2620691faa7d160e8 /graphics/imlib/files/patch-ab | |
parent | Add slingshot. (diff) |
A graphical library for "enlightenment" package.
PR: 3715
Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
Notes
Notes:
svn path=/head/; revision=6714
Diffstat (limited to 'graphics/imlib/files/patch-ab')
-rw-r--r-- | graphics/imlib/files/patch-ab | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/imlib/files/patch-ab b/graphics/imlib/files/patch-ab new file mode 100644 index 000000000000..627f80332b0e --- /dev/null +++ b/graphics/imlib/files/patch-ab @@ -0,0 +1,19 @@ +*** sys_conf.dist/imrc.orig Sun May 25 15:38:42 1997 +--- sys_conf.dist/imrc Sun May 25 15:39:09 1997 +*************** +*** 5,11 **** + # The file that contains palette entries for a golbal palette for all Imlib + # based programs. + # options: full path to palette file +! PaletteFile /etc/im_palette.pal + # This defines if when the display is greater than 8 bit, that is still remaps + # the images to the palette defined, rather than using "perfect" rendering + # options: yes/no +--- 5,11 ---- + # The file that contains palette entries for a golbal palette for all Imlib + # based programs. + # options: full path to palette file +! PaletteFile /usr/X11R6/lib/X11/enlightenment/im_palette.pal + # This defines if when the display is greater than 8 bit, that is still remaps + # the images to the palette defined, rather than using "perfect" rendering + # options: yes/no |