emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100905: * lwlib/xlwmenu.h (xlwmenu_w


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100905: * lwlib/xlwmenu.h (xlwmenu_window_p, xlwmenu_redisplay): Add declarations.
Date: Sun, 25 Jul 2010 23:22:32 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100905
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Sun 2010-07-25 23:22:32 -0700
message:
  * lwlib/xlwmenu.h (xlwmenu_window_p, xlwmenu_redisplay): Add declarations.
modified:
  lwlib/ChangeLog
  lwlib/xlwmenu.h
=== modified file 'lwlib/ChangeLog'
--- a/lwlib/ChangeLog   2010-07-24 11:53:19 +0000
+++ b/lwlib/ChangeLog   2010-07-26 06:22:32 +0000
@@ -1,3 +1,7 @@
+2010-07-26  Dan Nicolaescu  <address@hidden>
+
+       * xlwmenu.h (xlwmenu_window_p, xlwmenu_redisplay): Add declarations.
+
 2010-07-12  Andreas Schwab  <address@hidden>
 
        * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from

=== modified file 'lwlib/xlwmenu.h'
--- a/lwlib/xlwmenu.h   2010-04-08 16:20:32 +0000
+++ b/lwlib/xlwmenu.h   2010-07-26 06:22:32 +0000
@@ -81,6 +81,9 @@
 
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]