Mercurial > hg > xemacs-beta
view etc/gray1.xbm @ 1559:9bf5135fc04f
[xemacs-hg @ 2003-07-04 07:16:25 by michaels]
2003-07-02 Mike Sperber <mike@xemacs.org>
* toolbar.c (update_frame_toolbars_geometry): Update the frame
size when correct information to compute it is actually available.
Moreover, do it right via the frame method if it's available.
author | michaels |
---|---|
date | Fri, 04 Jul 2003 07:16:26 +0000 |
parents | 376386a54a3c |
children | 7910031dd78a |
line wrap: on
line source
#define bg2_width 16 #define bg2_height 16 static char bg2_bits[] = { 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00};