view src/bitmaps/gray.xbm @ 96392:61ba354c1338

* net/tramp.el (tramp-handle-file-modes): Handle symlinks. (tramp-convert-file-attributes): Convert symlinks only when returned from `tramp-handle-file-attributes-with-stat'.
author Michael Albinus <michael.albinus@gmx.de>
date Sat, 28 Jun 2008 10:16:37 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};