Mercurial > emacs
view src/bitmaps/gray3.xbm @ 105897:d8ba90718d44
* net/tramp-smb.el (tramp-smb-handle-copy-directory)
(tramp-smb-handle-delete-directory ): Use
`tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Sat, 07 Nov 2009 23:55:30 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray3_width 4 #define gray3_height 4 static unsigned char gray3_bits[] = { 0x01, 0x00, 0x04, 0x00};