Mercurial > emacs
view src/bitmaps/stipple.xbm @ 33497:280f5481715b
(directory_files_internal) [EAGAIN || EINTR]: Retry
reading the directory if readdir returns null and errno is EAGAIN
or EINTR.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 15 Nov 2000 12:34:34 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define stipple_width 16 #define stipple_height 4 static unsigned char stipple_bits[] = { 0x55, 0x55, 0xee, 0xee, 0x55, 0x55, 0xba, 0xbb};