libDtSvc: added Xinerama support to _DtMessageDialog

This commit is contained in:
alx
2016-12-30 01:21:40 +01:00
committed by Jon Trulson
parent 1fdcd4c93d
commit c855ee9765
5 changed files with 78 additions and 16 deletions

View File

@@ -10,13 +10,18 @@ XCOMM $TOG: Imakefile /main/14 1998/04/22 14:18:31 mgreess $
#include <Threads.tmpl>
#if CDE_USEXINERAMA
XINOPT = -DUSE_XINERAMA
#endif
#ifndef DtSvcDefines
# define DtSvcDefines -DMULTIBYTE
#endif
DEPEND_DEFINES = $(DEPENDDEFINES)
DEFINES = DtSvcDefines \
DEFINES = DtSvcDefines $(XINOPT) \
-DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
-DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\"
INCLUDES = -I. -I../include
#ifdef SunArchitecture