comparison 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
comparison
equal deleted inserted replaced
868:48eed784e93a 869:a07667553efc
55 int right_toolbar_width; /* width of right toolbar */ 55 int right_toolbar_width; /* width of right toolbar */
56 int top_toolbar_border_width; /* border width */ 56 int top_toolbar_border_width; /* border width */
57 int bottom_toolbar_border_width; /* ... of bottom toolbar */ 57 int bottom_toolbar_border_width; /* ... of bottom toolbar */
58 int left_toolbar_border_width; /* ... of left toolbar */ 58 int left_toolbar_border_width; /* ... of left toolbar */
59 int right_toolbar_border_width; /* ... of right toolbar */ 59 int right_toolbar_border_width; /* ... of right toolbar */
60 Pixel top_toolbar_shadow_pixel;
61 Pixel bottom_toolbar_shadow_pixel;
62 Pixel background_toolbar_pixel;
63 Pixel foreground_toolbar_pixel;
64 Pixmap top_toolbar_shadow_pixmap;
65 Pixmap bottom_toolbar_shadow_pixmap;
66 Dimension toolbar_shadow_thickness; 60 Dimension toolbar_shadow_thickness;
67 unsigned char scrollbar_placement; 61 unsigned char scrollbar_placement;
68 int interline; /* skips between lines */ 62 int interline; /* skips between lines */
69 63
70 XFontStruct* font; /* font */ 64 XFontStruct* font; /* font */