mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
* TODO: Remove XView-related entries.
* menu.h [HAVE_XVIEW]: Remove all XView-related code.
This commit is contained in:
parent
6749447c8e
commit
944d5416c0
@ -1,3 +1,8 @@
|
||||
2001-05-18 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* TODO: Remove XView-related entries.
|
||||
* menu.h [HAVE_XVIEW]: Remove all XView-related code.
|
||||
|
||||
2001-05-17 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* subshell.c (pty_open_master) [HAVE_SCO]: Fix ambigous `else'.
|
||||
|
14
src/TODO
14
src/TODO
@ -66,20 +66,6 @@
|
||||
|
||||
- the interal editor adds it's entries to the wrong menu
|
||||
|
||||
* XView/mc
|
||||
|
||||
- Dropping files on root window should create action icon.
|
||||
|
||||
- Fix the viewer.
|
||||
|
||||
- Fix help.
|
||||
|
||||
- Icons for buttonbar.
|
||||
|
||||
- Info panel.
|
||||
|
||||
- Tree panel.
|
||||
|
||||
* Configuration
|
||||
|
||||
* Documentation
|
||||
|
11
src/menu.h
11
src/menu.h
@ -1,11 +1,6 @@
|
||||
#ifndef __MENU_H
|
||||
#define __MENU_H
|
||||
|
||||
/* IMPORTANT NOTE: This header is dependent on HAVE_X / HAVE_XVIEW. If you
|
||||
* include this header, you have to move it to the group of HAVE_X dependant
|
||||
* modules in {xv|tk}/Makefile.in !!!
|
||||
*/
|
||||
|
||||
#include "dlg.h"
|
||||
#include "widget.h"
|
||||
|
||||
@ -21,11 +16,6 @@ typedef struct {
|
||||
callfn call_back;
|
||||
} menu_entry;
|
||||
|
||||
#ifdef HAVE_XVIEW
|
||||
# ifndef xview_walkmenu_DEFINED
|
||||
typedef unsigned long Menu;
|
||||
# endif
|
||||
#else
|
||||
typedef struct {
|
||||
char *name;
|
||||
int count;
|
||||
@ -36,7 +26,6 @@ typedef struct {
|
||||
int start_x; /* position relative to menubar start */
|
||||
} sMenu;
|
||||
typedef sMenu *Menu;
|
||||
#endif
|
||||
|
||||
extern int menubar_visible;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user