Mercurial > emacs
view src/bitmaps/stipple.xbm @ 112142:ce394dc068a8
* w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
the `explicit-shell-file-name' because that is the non-interactive shell.
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Fri, 07 Jan 2011 14:07:29 -0500 |
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};