diff options
-rw-r--r-- | lwlib/xlwmenuP.h | 2 |
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 Pixmap bottom_shadow_pixmap; Cursor cursor_shape; XtCallbackList open; - XtCallbackList select; + XtCallbackList select, highlight; widget_value* contents; int horizontal; |