Minor rds updates.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/text-system-branch@15062 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2002-11-23 23:44:49 +00:00
parent 348ab54083
commit 1dfd5187a1
4 changed files with 13 additions and 1 deletions

View file

@ -26,11 +26,17 @@
#include "art/ARTContext.h"
#include "gsc/GSGState.h"
#include "config.h"
#if (BUILD_SERVER==SERVER_rds)
#define RDS
#endif
#ifndef RDS
#include "x11/XGServer.h"
#include "x11/XGServerWindow.h"
#else
#include "rds/RDSClient.h"
#include "rds/RDSServer.h"
#endif

View file

@ -26,7 +26,9 @@
#include "ARTGState.h"
#ifndef RDS
#include "x11/XWindowBuffer.h"
#endif
#include "blit.h"

View file

@ -31,7 +31,9 @@ Image drawing. DPSimage and helpers.
#include "ARTGState.h"
#ifndef RDS
#include "x11/XWindowBuffer.h"
#endif
#include "blit.h"

View file

@ -31,7 +31,9 @@ Path handling.
#include "ARTGState.h"
#ifndef RDS
#include "x11/XWindowBuffer.h"
#endif
#include "blit.h"