1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-03 23:23:03 +00:00

X*.h headers weren't cleaned up after renaming and merging. (#112)

* Check.h, Stipple.h, XCursors.h, XWaitCur.h, Xcursdef.h,
  Xdefcur.h, and Xicon.h were combined into xbitmaps.h.
* Xdisplay.h is not used and the contents are in MyWindow.h, which
  is used.
* XVersion.h and Xdeflt.h became xdefs.h. Remove 2 stragglers
  that were still including XVersion.h.
This commit is contained in:
Bruce Mitchener
2020-12-22 10:13:30 +07:00
committed by GitHub
parent b901038367
commit 37c410eb31
13 changed files with 32 additions and 717 deletions

View File

@@ -37,7 +37,6 @@
#ifdef XWINDOW
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include "XVersion.h"
#define LDEX "ldex"
#endif /* XWINDOW */

View File

@@ -16,7 +16,6 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
/* #include "XVersion.h" */
#include "lispemul.h"
#include "lsptypes.h"
#include "MyWindow.h"