aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-01-17 09:11:23 +0000
committerGerd Moellmann2000-01-17 09:11:23 +0000
commitad45c495f6afd6bd8b64bba4a26025bf558e1b09 (patch)
tree467e0f0005b46dc61e17d1af6efbf3d2966f729c
parent0d8f73783ca822441df991a27a3ed46cb935b208 (diff)
downloademacs-ad45c495f6afd6bd8b64bba4a26025bf558e1b09.tar.gz
emacs-ad45c495f6afd6bd8b64bba4a26025bf558e1b09.zip
(_XlwMenu_part): Add `highlight' callback list.
-rw-r--r--lwlib/xlwmenuP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/xlwmenuP.h b/lwlib/xlwmenuP.h
index 23e105c1443..fa1ae4d92f8 100644
--- a/lwlib/xlwmenuP.h
+++ b/lwlib/xlwmenuP.h
@@ -37,7 +37,7 @@ typedef struct _XlwMenu_part
37 Pixmap bottom_shadow_pixmap; 37 Pixmap bottom_shadow_pixmap;
38 Cursor cursor_shape; 38 Cursor cursor_shape;
39 XtCallbackList open; 39 XtCallbackList open;
40 XtCallbackList select; 40 XtCallbackList select, highlight;
41 widget_value* contents; 41 widget_value* contents;
42 int horizontal; 42 int horizontal;
43 43