diff src/EmacsFrameP.h @ 215:1f0dabaa0855 r20-4b6

Import from CVS: tag r20-4b6
author cvs
date Mon, 13 Aug 2007 10:07:35 +0200
parents 3d6bfa290dbd
children 0e522484dd2a
line wrap: on
line diff
--- a/src/EmacsFrameP.h	Mon Aug 13 10:06:48 2007 +0200
+++ b/src/EmacsFrameP.h	Mon Aug 13 10:07:35 2007 +0200
@@ -53,6 +53,10 @@
   int		bottom_toolbar_height;	/* height of bottom toolbar */
   int		left_toolbar_width;	/* width of left toolbar */
   int		right_toolbar_width;	/* width of right toolbar */
+  int		top_toolbar_border_width;	/* border width */
+  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;
@@ -64,6 +68,7 @@
 
   XFontStruct*	font;			/* font */
   Pixel		foreground_pixel;	/* foreground */
+  Pixel		background_pixel;	/* background */
 
   Pixel		cursor_color;		/* text cursor color */
   Boolean	bar_cursor;		/* 1 if bar, 0 if block */