mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* editwidget.c [!MIDNIGHT]: include xdnd.h
* Makefile.in: distribute xdnd.h
This commit is contained in:
parent
097e88621d
commit
ab6e6554f5
@ -1,3 +1,8 @@
|
||||
2000-08-30 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* editwidget.c [!MIDNIGHT]: include xdnd.h
|
||||
* Makefile.in: distribute xdnd.h
|
||||
|
||||
2000-08-18 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Makefile.in: adjusted list of distributed files.
|
||||
|
@ -21,7 +21,7 @@ AR = @AR@
|
||||
EDITSRC = edit.c editcmd.c editdraw.c gtkedit.c gtkeditkey.c \
|
||||
propfont.c syntax.c wordproc.c edit.h editcmddef.h global.h gtkedit.h \
|
||||
libgettext.h lkeysym.h editmenu.c editoptions.c \
|
||||
editwidget.c bookmark.c edit-widget.h
|
||||
editwidget.c bookmark.c edit-widget.h xdnd.h
|
||||
|
||||
EDITOBJS = edit.o editcmd.o editdraw.o gtkedit.o gtkeditkey.o \
|
||||
propfont.o syntax.o wordproc.o bookmark.o
|
||||
|
@ -36,6 +36,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef MIDNIGHT
|
||||
#include "xdnd.h"
|
||||
|
||||
extern int EditExposeRedraw;
|
||||
CWidget *wedit = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user