comparison lisp/term/w32-win.el @ 68357:665da4a60868

(image-library-alist): Add additional names for GIF library.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 23 Jan 2006 15:28:24 +0000
parents 097959cbc08d
children c051e02e3174 5b7d410e31f9
comparison
equal deleted inserted replaced
68356:d6c3138b1287 68357:665da4a60868
1 ;;; w32-win.el --- parse switches controlling interface with W32 window system 1 ;;; w32-win.el --- parse switches controlling interface with W32 window system
2 2
3 ;; Copyright (C) 1993, 1994, 2002, 2003, 2004, 3 ;; Copyright (C) 1993, 1994, 2002, 2003, 2004,
4 ;; 2005 Free Software Foundation, Inc. 4 ;; 2005, 2006 Free Software Foundation, Inc.
5 5
6 ;; Author: Kevin Gallo 6 ;; Author: Kevin Gallo
7 ;; Keywords: terminals 7 ;; Keywords: terminals
8 8
9 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
1230 (setq image-library-alist 1230 (setq image-library-alist
1231 '((xpm "xpm4.dll" "libXpm-nox4.dll" "libxpm.dll") 1231 '((xpm "xpm4.dll" "libXpm-nox4.dll" "libxpm.dll")
1232 (png "libpng13d.dll" "libpng13.dll" "libpng12d.dll" "libpng12.dll" "libpng.dll") 1232 (png "libpng13d.dll" "libpng13.dll" "libpng12d.dll" "libpng12.dll" "libpng.dll")
1233 (jpeg "jpeg62.dll" "libjpeg.dll" "jpeg-62.dll" "jpeg.dll") 1233 (jpeg "jpeg62.dll" "libjpeg.dll" "jpeg-62.dll" "jpeg.dll")
1234 (tiff "libtiff3.dll" "libtiff.dll") 1234 (tiff "libtiff3.dll" "libtiff.dll")
1235 (gif "libungif.dll"))) 1235 (gif "giflib4.dll" "libungif4.dll" "libungif.dll")))
1236 1236
1237 ;; arch-tag: 69fb1701-28c2-4890-b351-3d1fe4b4f166 1237 ;; arch-tag: 69fb1701-28c2-4890-b351-3d1fe4b4f166
1238 ;;; w32-win.el ends here 1238 ;;; w32-win.el ends here