Mercurial > emacs
view src/bitmaps/gray3.xbm @ 59420:eb72706060ad
* xterm.h (struct x_output): New member, toolbar_detached.
* gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
38.
(xg_tool_bar_detach_callback): Set toolbar_detached to 1.
(xg_tool_bar_attach_callback): Set toolbar_detached to 0.
(xg_create_tool_bar): Initialize toolbar_detached.
(update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
toolbar_detached is zero.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Sat, 08 Jan 2005 16:49:14 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray3_width 4 #define gray3_height 4 static unsigned char gray3_bits[] = { 0x01, 0x00, 0x04, 0x00};