aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib
diff options
context:
space:
mode:
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/ChangeLog4
-rw-r--r--lwlib/lwlib.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 20ace660739..11ee10edac2 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1,3 +1,7 @@
12014-07-15 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * lwlib.h (toplevel): Use unsigned int for LWLIB_ID.
4
12014-06-28 Glenn Morris <rgm@gnu.org> 52014-06-28 Glenn Morris <rgm@gnu.org>
2 6
3 * Makefile.in: Use gcc auto-dependency information. 7 * Makefile.in: Use gcc auto-dependency information.
diff --git a/lwlib/lwlib.h b/lwlib/lwlib.h
index 46e2d7a4891..7d87facb903 100644
--- a/lwlib/lwlib.h
+++ b/lwlib/lwlib.h
@@ -44,7 +44,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
44 44
45#include "lwlib-widget.h" 45#include "lwlib-widget.h"
46 46
47typedef unsigned long LWLIB_ID; 47typedef unsigned int LWLIB_ID;
48 48
49/* Menu separator types. */ 49/* Menu separator types. */
50 50