Move DtXinerama.h and PamSvc.h into include/Dt/

This commit is contained in:
Jon Trulson
2021-12-21 13:22:52 -07:00
parent e10d06f210
commit 3a0c2ae879
16 changed files with 16 additions and 72 deletions

View File

@@ -100,7 +100,7 @@
#include "Main.h"
#include "ModAttr.h"
#ifdef USE_XINERAMA
#include <DtXinerama.h>
#include <Dt/DtXinerama.h>
#endif
#define MAX_NAME_LIST_SIZE 25

View File

@@ -90,7 +90,7 @@
#include <Dt/MenuButton.h>
#ifdef USE_XINERAMA
#include <DtXinerama.h>
#include <Dt/DtXinerama.h>
#endif

View File

@@ -109,7 +109,7 @@
#endif
#ifdef HAS_PAM_LIBRARY
#include <PamSvc.h>
#include <Dt/PamSvc.h>
#endif
int ApplyFontPathMods(struct display *d, Display *dpy); // fontpath.c

View File

@@ -67,7 +67,7 @@ extern int errno;
#endif
#ifdef USE_XINERAMA
# include <DtXinerama.h>
# include <Dt/DtXinerama.h>
#endif
#define SIGVAL void

View File

@@ -91,7 +91,7 @@
#ifdef USE_XINERAMA
#include <DtXinerama.h>
#include <Dt/DtXinerama.h>
#endif
#if !defined(NL_CAT_LOCALE)

View File

@@ -62,7 +62,7 @@
#include "SmError.h"
#ifdef USE_XINERAMA
# include <DtXinerama.h>
# include <Dt/DtXinerama.h>
#endif
/*

View File

@@ -86,7 +86,7 @@
#endif
#ifdef HAS_PAM_LIBRARY
#include <PamSvc.h>
#include <Dt/PamSvc.h>
#endif
#include "Sm.h"

View File

@@ -68,7 +68,7 @@
#include <Dt/DtP.h>
#include <Dt/Lock.h>
#ifdef USE_XINERAMA
#include <DtXinerama.h> /* JET - Xinerama support */
#include <Dt/DtXinerama.h> /* JET - Xinerama support */
#endif
#include "Sm.h"
#include "SmError.h"

View File

@@ -90,7 +90,7 @@
#include "SmGlobals.h"
#ifdef USE_XINERAMA
#include <DtXinerama.h>
#include <Dt/DtXinerama.h>
#endif
typedef enum {

View File

@@ -26,7 +26,7 @@
/*
* Included Files:
*/
#include <DtXinerama.h>
#include <Dt/DtXinerama.h>
#include "WmMultiHead.h"