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>
|
2001-05-17 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* subshell.c (pty_open_master) [HAVE_SCO]: Fix ambigous `else'.
|
* 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
|
- 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
|
* Configuration
|
||||||
|
|
||||||
* Documentation
|
* Documentation
|
||||||
|
11
src/menu.h
11
src/menu.h
@ -1,11 +1,6 @@
|
|||||||
#ifndef __MENU_H
|
#ifndef __MENU_H
|
||||||
#define __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 "dlg.h"
|
||||||
#include "widget.h"
|
#include "widget.h"
|
||||||
|
|
||||||
@ -21,11 +16,6 @@ typedef struct {
|
|||||||
callfn call_back;
|
callfn call_back;
|
||||||
} menu_entry;
|
} menu_entry;
|
||||||
|
|
||||||
#ifdef HAVE_XVIEW
|
|
||||||
# ifndef xview_walkmenu_DEFINED
|
|
||||||
typedef unsigned long Menu;
|
|
||||||
# endif
|
|
||||||
#else
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
char *name;
|
char *name;
|
||||||
int count;
|
int count;
|
||||||
@ -36,7 +26,6 @@ typedef struct {
|
|||||||
int start_x; /* position relative to menubar start */
|
int start_x; /* position relative to menubar start */
|
||||||
} sMenu;
|
} sMenu;
|
||||||
typedef sMenu *Menu;
|
typedef sMenu *Menu;
|
||||||
#endif
|
|
||||||
|
|
||||||
extern int menubar_visible;
|
extern int menubar_visible;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user