Mercurial > hg > xemacs-beta
diff src/EmacsFrameP.h @ 869:a07667553efc
[xemacs-hg @ 2002-06-07 13:34:48 by wmperry]
Fix problem with uninitialized Pixel values in the toolbar structures.
author | wmperry |
---|---|
date | Fri, 07 Jun 2002 13:34:50 +0000 |
parents | 8de8e3f6228a |
children | 449cf6dc2025 |
line wrap: on
line diff
--- a/src/EmacsFrameP.h Wed Jun 05 12:01:11 2002 +0000 +++ b/src/EmacsFrameP.h Fri Jun 07 13:34:50 2002 +0000 @@ -57,12 +57,6 @@ int bottom_toolbar_border_width; /* ... of bottom toolbar */ int left_toolbar_border_width; /* ... of left toolbar */ int right_toolbar_border_width; /* ... of right toolbar */ - Pixel top_toolbar_shadow_pixel; - Pixel bottom_toolbar_shadow_pixel; - Pixel background_toolbar_pixel; - Pixel foreground_toolbar_pixel; - Pixmap top_toolbar_shadow_pixmap; - Pixmap bottom_toolbar_shadow_pixmap; Dimension toolbar_shadow_thickness; unsigned char scrollbar_placement; int interline; /* skips between lines */