* editwidget.c [!MIDNIGHT]: include xdnd.h

* Makefile.in: distribute xdnd.h
This commit is contained in:
Pavel Roskin 2000-08-30 21:23:14 +00:00
parent 097e88621d
commit ab6e6554f5
3 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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

View File

@ -36,6 +36,7 @@
#endif
#ifndef MIDNIGHT
#include "xdnd.h"
extern int EditExposeRedraw;
CWidget *wedit = 0;