qemacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-commit] qemacs stb.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs stb.c
Date: Fri, 2 Oct 2020 16:04:23 -0400 (EDT)

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        20/10/02 16:04:23

Modified files:
        .              : stb.c 

Log message:
        add .ico extension

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/stb.c?cvsroot=qemacs&r1=1.2&r2=1.3

Patches:
Index: stb.c
===================================================================
RCS file: /sources/qemacs/qemacs/stb.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- stb.c       11 Feb 2018 11:44:18 -0000      1.2
+++ stb.c       2 Oct 2020 20:04:23 -0000       1.3
@@ -145,7 +145,7 @@
 static ModeDef stb_mode = {
     .name = "Image file",
     .alt_name = "stb",
-    .extensions = "bmp|jpg|jpeg|png|tga|psd|gif|hdr|pic|pnm|ppm|pgm",
+    .extensions = "bmp|ico|jpg|jpeg|png|tga|psd|gif|hdr|pic|pnm|ppm|pgm",
     .buffer_instance_size = sizeof(ImageState),
     .mode_free = image_mode_free,
     .display_hook = image_display_hook,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]