X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/114f9c96795aff3b51b9060d7c9c1b77debcc99a..68f8f1c0c680494639b4396e242747e5103ae40d:/lwlib/xlwmenu.h diff --git a/lwlib/xlwmenu.h b/lwlib/xlwmenu.h index 4f2c6cc445..ae34fe32a4 100644 --- a/lwlib/xlwmenu.h +++ b/lwlib/xlwmenu.h @@ -1,7 +1,7 @@ /* Interface of a lightweight menubar widget. + +Copyright (C) 2002-2012 Free Software Foundation, Inc. Copyright (C) 1992 Lucid, Inc. -Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. This file is part of the Lucid Widget Library. @@ -77,7 +77,8 @@ typedef struct _XlwMenuClassRec *XlwMenuWidgetClass; extern WidgetClass xlwMenuWidgetClass; +extern int xlwmenu_window_p (Widget w, Window window); +extern void xlwmenu_redisplay (Widget); + #endif /* _XlwMenu_h */ -/* arch-tag: 0c019735-d61b-4080-be85-4fdd6e50ae07 - (do not change this comment) */