mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
- added gdkprivate.h to gscreen.c
- tk Makefile tweak to use menu.* instead of tkmenu.* (someday my commit will work!) -Marc <marc@redhat.com>
This commit is contained in:
parent
8ba358df39
commit
3bbe4851e0
@ -1,3 +1,7 @@
|
||||
1998-04-01 Marc Ewing <marc@redhat.com>
|
||||
|
||||
* gscreen.c: Added #include <gdk/gdkprivate.h>
|
||||
|
||||
1998-03-31 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gcache.c: Added an Image cache for all of the imlib-loaded
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include "gdesktop.h"
|
||||
#include "gpageprop.h"
|
||||
#include "gcliplabel.h"
|
||||
#include <gdk/gdkprivate.h>
|
||||
|
||||
/* The pixmaps */
|
||||
#include "directory.xpm"
|
||||
|
@ -14,10 +14,10 @@ INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
|
||||
TKSRCS = tkmain.c tkmenu.c tkscreen.c tkwidget.c mc.tcl tkkey.c tkview.c \
|
||||
TKSRCS = tkmain.c menu.c tkscreen.c tkwidget.c mc.tcl tkkey.c tkview.c \
|
||||
tkinfo.c gd.tcl
|
||||
|
||||
TKHDRS = tkmain.h tkscreen.h tkwidget.h tkinfo.h tkconf.h
|
||||
TKHDRS = tkmain.h tkscreen.h tkwidget.h tkinfo.h tkconf.h menu.h
|
||||
|
||||
GUIS = gui.dbits.tcl gui.display.tcl gui.findfile.tcl gui.hotlist.tcl \
|
||||
gui.listbox.tcl gui.mfind.tcl gui.option.tcl gui.panelize.tcl \
|
||||
@ -46,7 +46,7 @@ OOBJS = main.o dlg.o screen.o widget.o wtools.o info.o layout.o boxes.o \
|
||||
option.o cmd.o utilunix.o popt.o xslint.o
|
||||
|
||||
OBJS = $(LOBJS) $(OOBJS) \
|
||||
tkmenu.o tkmain.o tkscreen.o tkwidget.o tkkey.o tkview.o \
|
||||
menu.o tkmain.o tkscreen.o tkwidget.o tkkey.o tkview.o \
|
||||
tkinfo.o
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user