Mercurial > emacs
view src/bitmaps/gray.xbm @ 35735:e20f7bc75418
(frame-initialize): Create initial frame visible.
(frame-notice-user-settings): When tool-bar has been switched off,
correct the frame size and sync too-bar-mode.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 30 Jan 2001 15:06:47 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};