mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
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:
parent
348ab54083
commit
1dfd5187a1
4 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -26,7 +26,9 @@
|
|||
|
||||
#include "ARTGState.h"
|
||||
|
||||
#ifndef RDS
|
||||
#include "x11/XWindowBuffer.h"
|
||||
#endif
|
||||
#include "blit.h"
|
||||
|
||||
|
||||
|
|
|
@ -31,7 +31,9 @@ Image drawing. DPSimage and helpers.
|
|||
|
||||
#include "ARTGState.h"
|
||||
|
||||
#ifndef RDS
|
||||
#include "x11/XWindowBuffer.h"
|
||||
#endif
|
||||
#include "blit.h"
|
||||
|
||||
|
||||
|
|
|
@ -31,7 +31,9 @@ Path handling.
|
|||
|
||||
#include "ARTGState.h"
|
||||
|
||||
#ifndef RDS
|
||||
#include "x11/XWindowBuffer.h"
|
||||
#endif
|
||||
#include "blit.h"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue