Mercurial > emacs
view src/bitmaps/gray1.xbm @ 85979:bb1f44062552
(w32_pass_multimedia_buttons_to_system): New user option.
(syms_of_w32fns): Export and initialize it.
(w32_wnd_proc): Pass WM_APPCOMMAND on to w32_read_socket.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Fri, 09 Nov 2007 12:17:19 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray1_width 2 #define gray1_height 2 static unsigned char gray1_bits[] = { 0x01, 0x02};