1998-04-10 Marc Ewing <marc@redhat.com>

* tk/tkscreen.c: removed duplicate (conflicting) definition
        of do_enter()

        * src/panel.h: added up_b
This commit is contained in:
Marc Ewing 1998-04-10 17:56:00 +00:00
parent de86596546
commit 1cbec6884f
4 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,7 @@
1998-04-10 Marc Ewing <marc@redhat.com>
* panel.h: added up_b
1998-04-08 Miguel de Icaza <miguel@nuclecu.unam.mx>
* widget.c (update_input): Set the used flag early in update_input

View File

@ -125,6 +125,7 @@ typedef struct {
/* navigation buttons */
void *back_b;
void *fwd_b;
void *up_b;
#endif
} WPanel;

View File

@ -1,3 +1,8 @@
1998-04-10 Marc Ewing <marc@redhat.com>
* tkscreen.c: removed duplicate (conflicting) definition
of do_enter()
Fri Apr 3 12:14:08 1998 Norbert Warmuth <k3190@fh-sw.de>
* tkmenu.c (menubar_arrange, destroy_menu): Added small stubs in order

View File

@ -32,8 +32,6 @@
#include "cmd.h" /* copy_cmd, ren_cmd, delete_cmd, ... */
#include "tkscreen.h"
void do_enter (WPanel *panel);
/* These two variables keep track of the dimensions of a character in the
* panel listing.
*/