Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/curses-v3]: src/lib/libmenu Definition of attr_t now taken from libcurses.
details: https://anonhg.NetBSD.org/src/rev/eb90be077c07
branches: curses-v3
changeset: 479954:eb90be077c07
user: jdc <jdc%NetBSD.org@localhost>
date: Sun Jan 09 21:10:40 2000 +0000
description:
Definition of attr_t now taken from libcurses.
diffstat:
lib/libmenu/menu.h | 8 +-------
lib/libmenu/shlib_version | 6 +++---
2 files changed, 4 insertions(+), 10 deletions(-)
diffs (34 lines):
diff -r d5309c6aef83 -r eb90be077c07 lib/libmenu/menu.h
--- a/lib/libmenu/menu.h Sun Jan 09 20:47:18 2000 +0000
+++ b/lib/libmenu/menu.h Sun Jan 09 21:10:40 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menu.h,v 1.5 1999/12/22 14:38:12 kleink Exp $ */
+/* $NetBSD: menu.h,v 1.5.4.1 2000/01/09 21:10:40 jdc Exp $ */
/*-
* Copyright (c) 1998-1999 Brett Lymn (blymn%baea.com.au@localhost, brett_lymn%yahoo.com.au@localhost)
@@ -32,12 +32,6 @@
#include <curses.h>
#include <eti.h>
-/* the following is a hack to define attr_t until the curses lib
- does it officially */
-#ifndef CURSES_V3
-typedef char attr_t;
-#endif
-
/* requests for the menu_driver call */
#define REQ_BASE_NUM (0x100)
#define REQ_LEFT_ITEM (0x101)
diff -r d5309c6aef83 -r eb90be077c07 lib/libmenu/shlib_version
--- a/lib/libmenu/shlib_version Sun Jan 09 20:47:18 2000 +0000
+++ b/lib/libmenu/shlib_version Sun Jan 09 21:10:40 2000 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: shlib_version,v 1.4 1999/12/22 14:38:12 kleink Exp $
+# $NetBSD: shlib_version,v 1.4.4.1 2000/01/09 21:10:40 jdc Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
-major=0
-minor=1
+major=1
+minor=0
Home |
Main Index |
Thread Index |
Old Index