Subversion Repositories tendra.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
/*
2
    		 Crown Copyright (c) 1997
3
 
4
    This TenDRA(r) Computer Program is subject to Copyright
5
    owned by the United Kingdom Secretary of State for Defence
6
    acting through the Defence Evaluation and Research Agency
7
    (DERA).  It is made available to Recipients with a
8
    royalty-free licence for its use, reproduction, transfer
9
    to other parties and amendment for any purpose not excluding
10
    product development provided that any such use et cetera
11
    shall be deemed to be acceptance of the following conditions:-
12
 
13
        (1) Its Recipients shall ensure that this Notice is
14
        reproduced upon any copies or amended versions of it;
15
 
16
        (2) Any amended version of it shall be clearly marked to
17
        show both the nature of and the organisation responsible
18
        for the relevant amendment or amendments;
19
 
20
        (3) Its onward transfer from a recipient to another
21
        party shall be deemed to be that party's acceptance of
22
        these conditions;
23
 
24
        (4) DERA gives no warranty or assurance as to its
25
        quality or suitability for any purpose and DERA accepts
26
        no liability whatsoever in relation to any use to which
27
        it may be put.
28
*/
29
# Properties and atoms (4.3)
30
 
31
+USE "x5/lib", "X11/X.h" ;
32
 
33
+CONST Atom XA_PRIMARY, XA_SECONDARY ;
34
 
35
+CONST Atom XA_CUT_BUFFER0, XA_CUT_BUFFER1, XA_CUT_BUFFER2, XA_CUT_BUFFER3 ;
36
+CONST Atom XA_CUT_BUFFER4, XA_CUT_BUFFER5, XA_CUT_BUFFER6, XA_CUT_BUFFER7 ;
37
+CONST Atom XA_RGB_BEST_MAP, XA_RGB_BLUE_MAP, XA_RGB_DEFAULT_MAP ;
38
+CONST Atom XA_RGB_GRAY_MAP, XA_RGB_GREEN_MAP, XA_RGB_RED_MAP ;
39
+CONST Atom XA_RESOURCE_MANAGER, XA_WM_CLASS, XA_WM_CLIENT_MACHINE ;
40
+CONST Atom XA_WM_COLORMAP_WINDOWS, XA_WM_COMMAND, XA_WM_HINTS ;
41
+CONST Atom XA_WM_ICON_NAME, XA_WM_ICON_SIZE, XA_WM_NAME ;
42
+CONST Atom XA_WM_NORMAL_HINTS, XA_WM_PROTOCOLS, XA_WM_STATE ;
43
+CONST Atom XA_WM_TRANSIENT_FOR ;
44
 
45
+CONST Atom XA_ARC, XA_ATOM, XA_BITMAP, XA_CARDINAL, XA_COLORMAP ;
46
+CONST Atom XA_CURSOR, XA_DRAWABLE, XA_FONT, XA_INTEGER, XA_PIXMAP ;
47
+CONST Atom XA_POINT, XA_RGB_COLOR_MAP, XA_RECTANGLE, XA_STRING ;
48
+CONST Atom XA_VISUALID, XA_WINDOW, XA_WM_SIZE_HINTS ;
49
 
50
+CONST Atom XA_MIN_SPACE, XA_NORM_SPACE, XA_MAX_SPACE, XA_END_SPACE ;
51
+CONST Atom XA_SUPERSCRIPT_X, XA_SUPERSCRIPT_Y, XA_SUBSCRIPT_X ;
52
+CONST Atom XA_SUBSCRIPT_Y, XA_UNDERLINE_POSITION, XA_UNDERLINE_THICKNESS ;
53
+CONST Atom XA_FONT_NAME, XA_FULL_NAME, XA_STRIKEOUT_DESCENT ;
54
+CONST Atom XA_STRIKEOUT_ASCENT, XA_ITALIC_ANGLE, XA_X_HEIGHT ;
55
+CONST Atom XA_QUAD_WIDTH, XA_WEIGHT, XA_POINT_SIZE, XA_RESOLUTION ;
56
+CONST Atom XA_COPYRIGHT, XA_NOTICE, XA_FAMILY_NAME, XA_CAP_HEIGHT ;