Mercurial > emacs
view src/bitmaps/gray1.xbm @ 103256:26fe9add7299
(do_switch_frame) [NS_IMPL_COCOA]: Don't raise any window.
(delete_frame) [NS_IMPL_COCOA]: Instead, do it here.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 19 May 2009 03:30:36 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray1_width 2 #define gray1_height 2 static unsigned char gray1_bits[] = { 0x01, 0x02};