summaryrefslogtreecommitdiff
path: root/inc/InterfaceGraphic_XWD.hxx
blob: c1f6f9f37b487247d866d5372ef0ef4c6be60303 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

#ifndef InterfaceGraphic_XWDHeader
#define InterfaceGraphic_XWDHeader

/* 
  
                     Copyright (C) 1991,1992,1993 by
  
                      MATRA DATAVISION, FRANCE
  
This software is furnished in accordance with the terms and conditions
of the contract and with the inclusion of the above copyright notice.
This software or any other copy thereof may not be provided or otherwise
be made available to any other person. No title to an ownership of the
software is hereby transferred.
  
At the termination of the contract, the software and all copies of this
software must be deleted.
  
Facility : CAS-CADE V1
  
*/ 

/*
 * InterfaceGraphic_SWAPTEST =	0 sur sun, sgi, hp
 *				1 sur ao1
 */

#define InterfaceGraphic_SWAPTEST (*(char*)&InterfaceGraphic_swaptest)
static unsigned long InterfaceGraphic_swaptest = 1;

#include <InterfaceGraphic_X11.hxx>

#include <X11/XWDFile.h>

#endif /* InterfaceGraphic_XWDHeader */