2 |
7u83 |
1 |
# Crown Copyright (c) 1997
|
|
|
2 |
#
|
|
|
3 |
# This TenDRA(r) Computer Program is subject to Copyright
|
|
|
4 |
# owned by the United Kingdom Secretary of State for Defence
|
|
|
5 |
# acting through the Defence Evaluation and Research Agency
|
|
|
6 |
# (DERA). It is made available to Recipients with a
|
|
|
7 |
# royalty-free licence for its use, reproduction, transfer
|
|
|
8 |
# to other parties and amendment for any purpose not excluding
|
|
|
9 |
# product development provided that any such use et cetera
|
|
|
10 |
# shall be deemed to be acceptance of the following conditions:-
|
|
|
11 |
#
|
|
|
12 |
# (1) Its Recipients shall ensure that this Notice is
|
|
|
13 |
# reproduced upon any copies or amended versions of it;
|
|
|
14 |
#
|
|
|
15 |
# (2) Any amended version of it shall be clearly marked to
|
|
|
16 |
# show both the nature of and the organisation responsible
|
|
|
17 |
# for the relevant amendment or amendments;
|
|
|
18 |
#
|
|
|
19 |
# (3) Its onward transfer from a recipient to another
|
|
|
20 |
# party shall be deemed to be that party's acceptance of
|
|
|
21 |
# these conditions;
|
|
|
22 |
#
|
|
|
23 |
# (4) DERA gives no warranty or assurance as to its
|
|
|
24 |
# quality or suitability for any purpose and DERA accepts
|
|
|
25 |
# no liability whatsoever in relation to any use to which
|
|
|
26 |
# it may be put.
|
|
|
27 |
#
|
|
|
28 |
# Cursor symbols (Appendix B)
|
|
|
29 |
|
|
|
30 |
+CONST int XC_X_cursor, XC_arrow, XC_based_arrow_down, XC_based_arrow_up ;
|
|
|
31 |
+CONST int XC_boat, XC_bogosity, XC_bottom_left_corner, XC_bottom_right_corner ;
|
|
|
32 |
+CONST int XC_bottom_side, XC_bottom_tee, XC_box_spiral, XC_center_ptr ;
|
|
|
33 |
+CONST int XC_circle, XC_clock, XC_coffee_mug, XC_cross, XC_cross_reverse ;
|
|
|
34 |
+CONST int XC_crosshair, XC_diamond_cross, XC_dot, XC_dotbox, XC_double_arrow ;
|
|
|
35 |
+CONST int XC_draft_large, XC_draft_small, XC_draped_box, XC_exchange ;
|
|
|
36 |
+CONST int XC_fleur, XC_gobbler, XC_gumby, XC_hand1, XC_hand2, XC_heart ;
|
|
|
37 |
+CONST int XC_icon, XC_iron_cross, XC_left_ptr, XC_left_side, XC_left_tee ;
|
|
|
38 |
+CONST int XC_leftbutton, XC_ll_angle, XC_lr_angle, XC_man, XC_middlebutton ;
|
|
|
39 |
+CONST int XC_mouse, XC_pencil, XC_pirate, XC_plus, XC_question_arrow ;
|
|
|
40 |
+CONST int XC_right_ptr, XC_right_side, XC_right_tee, XC_rightbutton ;
|
|
|
41 |
+CONST int XC_rtl_logo, XC_sailboat, XC_sb_down_arrow, XC_sb_h_double_arrow ;
|
|
|
42 |
+CONST int XC_sb_left_arrow, XC_sb_right_arrow, XC_sb_up_arrow ;
|
|
|
43 |
+CONST int XC_sb_v_double_arrow, XC_shuttle, XC_sizing, XC_spider ;
|
|
|
44 |
+CONST int XC_spraycan, XC_star, XC_target, XC_tcross, XC_top_left_arrow ;
|
|
|
45 |
+CONST int XC_top_left_corner, XC_top_right_corner, XC_top_side, XC_top_tee ;
|
|
|
46 |
+CONST int XC_trek, XC_ul_angle, XC_umbrella, XC_ur_angle, XC_watch, XC_xterm ;
|