Mercurial > hg > xemacs-beta
diff lwlib/xlwmenuP.h @ 207:e45d5e7c476e r20-4b2
Import from CVS: tag r20-4b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:03:52 +0200 |
parents | b980b6286996 |
children | 74fd4e045ea6 |
line wrap: on
line diff
--- a/lwlib/xlwmenuP.h Mon Aug 13 10:02:48 2007 +0200 +++ b/lwlib/xlwmenuP.h Mon Aug 13 10:03:52 2007 +0200 @@ -36,6 +36,8 @@ Pixel foreground; Pixel button_foreground; + Pixel highlight_foreground; + Pixel title_foreground; Dimension margin; Dimension horizontal_margin; Dimension vertical_margin; @@ -79,6 +81,8 @@ GC shadow_top_gc; GC shadow_bottom_gc; GC select_gc; + GC highlight_gc; + GC title_gc; Cursor cursor; Boolean popped_up; Pixmap gray_pixmap;