mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* lwlib/xlwmenu.h (xlwmenu_window_p, xlwmenu_redisplay): Add declarations.
This commit is contained in:
parent
78b84da382
commit
ef00b293f6
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2010-07-26 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* xlwmenu.h (xlwmenu_window_p, xlwmenu_redisplay): Add declarations.
|
||||
|
||||
2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
|
||||
|
|
|
|||
|
|
@ -81,6 +81,9 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue