(image-library-alist): Prefer libxpm.dll.
This commit is contained in:
parent
892df15e09
commit
72000816ad
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-01-31 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* term/w32-win.el (image-library-alist): Prefer libxpm.dll.
|
||||
|
||||
2008-01-30 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
|
||||
|
|
|
@ -1253,7 +1253,7 @@ pop-up menu are unaffected by `w32-list-proportional-fonts')."
|
|||
|
||||
;;; Set default known names for image libraries
|
||||
(setq image-library-alist
|
||||
'((xpm "xpm4.dll" "libXpm-nox4.dll" "libxpm.dll")
|
||||
'((xpm "libxpm.dll" "xpm4.dll" "libXpm-nox4.dll")
|
||||
(png "libpng13d.dll" "libpng13.dll" "libpng12d.dll" "libpng12.dll" "libpng.dll")
|
||||
(jpeg "jpeg62.dll" "libjpeg.dll" "jpeg-62.dll" "jpeg.dll")
|
||||
(tiff "libtiff3.dll" "libtiff.dll")
|
||||
|
|
Loading…
Add table
Reference in a new issue