emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/w32fns.c


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32fns.c
Date: Thu, 21 Mar 2002 14:31:23 -0500

Index: emacs/src/w32fns.c
diff -c emacs/src/w32fns.c:1.161 emacs/src/w32fns.c:1.162
*** emacs/src/w32fns.c:1.161    Thu Mar 21 07:22:32 2002
--- emacs/src/w32fns.c  Thu Mar 21 14:31:23 2002
***************
*** 8811,8817 ****
--- 8811,8819 ----
        
    if (colors_p && img->ncolors)
      {
+ #if 0  /* TODO: color table support.  */
        x_free_colors (f, img->colors, img->ncolors);
+ #endif
        xfree (img->colors);
        img->colors = NULL;
        img->ncolors = 0;



reply via email to

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