mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-04 07:01:30 +03:00
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:
parent
de86596546
commit
1cbec6884f
@ -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
|
||||
|
@ -125,6 +125,7 @@ typedef struct {
|
||||
/* navigation buttons */
|
||||
void *back_b;
|
||||
void *fwd_b;
|
||||
void *up_b;
|
||||
#endif
|
||||
} WPanel;
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user