Move DtXinerama.h and PamSvc.h into include/Dt/
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
#include <Dt/MenuButton.h>
|
||||
|
||||
#ifdef USE_XINERAMA
|
||||
#include <DtXinerama.h>
|
||||
#include <Dt/DtXinerama.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -67,7 +67,7 @@ extern int errno;
|
||||
#endif
|
||||
|
||||
#ifdef USE_XINERAMA
|
||||
# include <DtXinerama.h>
|
||||
# include <Dt/DtXinerama.h>
|
||||
#endif
|
||||
|
||||
#define SIGVAL void
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
|
||||
|
||||
#ifdef USE_XINERAMA
|
||||
#include <DtXinerama.h>
|
||||
#include <Dt/DtXinerama.h>
|
||||
#endif
|
||||
|
||||
#if !defined(NL_CAT_LOCALE)
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
#include "SmError.h"
|
||||
|
||||
#ifdef USE_XINERAMA
|
||||
# include <DtXinerama.h>
|
||||
# include <Dt/DtXinerama.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAS_PAM_LIBRARY
|
||||
#include <PamSvc.h>
|
||||
#include <Dt/PamSvc.h>
|
||||
#endif
|
||||
|
||||
#include "Sm.h"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
#include "SmGlobals.h"
|
||||
|
||||
#ifdef USE_XINERAMA
|
||||
#include <DtXinerama.h>
|
||||
#include <Dt/DtXinerama.h>
|
||||
#endif
|
||||
|
||||
typedef enum {
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
/*
|
||||
* Included Files:
|
||||
*/
|
||||
#include <DtXinerama.h>
|
||||
#include <Dt/DtXinerama.h>
|
||||
|
||||
#include "WmMultiHead.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user