Mercurial > emacs
view nt/inc/sys/param.h @ 108315:8bb62bdbd80a
Fix bug #6139, text is briefly shown in tool bar on startup.
* xsettings.c (Ftool_bar_get_system_style): Correct comment.
* gtkutil.c (xg_pack_tool_bar): Change show_all to show for handle
box and toolbar (Bug #6139).
(xg_create_tool_bar): Remove comment (Bug #6139).
(xg_make_tool_item): Remove gtk_widget_show_all (Bug #6139).
(xg_show_toolbar_item): Add gtk_widget_show for weventbox (Bug #6139).
author | Jan D <jan.h.d@swipnet.se> |
---|---|
date | Sat, 08 May 2010 14:04:47 +0200 |
parents | 695cf19ef79e |
children | 375f2633d815 ef719132ddfa |
line wrap: on
line source
#ifndef _PARAM_H_ #define _PARAM_H_ /* * sys\param.h doesn't exist on NT, so we'll make one. */ #define NBPG 4096 #endif /* _PARAM_H_ */ /* arch-tag: b1d90296-ec38-4839-83bd-0ddfd2528435 (do not change this comment) */