1diff -rc xc-orig/lib/Xaw3d/Imakefile xc/lib/Xaw3d/Imakefile
2*** xc-orig/lib/Xaw3d/Imakefile 2003-03-08 15:55:18.000000000 +0100
3--- xc/lib/Xaw3d/Imakefile 2005-11-11 20:12:24.000000000 +0100
4***************
5*** 9,15 ****
6 XCOMM For grayed stipple shadows, define GRAY_BLKWHT_STIPPLES:
7 #define GRAY_BLKWHT_STIPPLES
8 XCOMM For scrollbars with arrows, define ARROW_SCROLLBARS:
9! #undef ARROW_SCROLLBARS
10
11 #define DoNormalLib NormalLibXaw
12 #define DoSharedLib SharedLibXaw
13--- 9,15 ----
14 XCOMM For grayed stipple shadows, define GRAY_BLKWHT_STIPPLES:
15 #define GRAY_BLKWHT_STIPPLES
16 XCOMM For scrollbars with arrows, define ARROW_SCROLLBARS:
17! #define ARROW_SCROLLBARS
18
19 #define DoNormalLib NormalLibXaw
20 #define DoSharedLib SharedLibXaw
21***************
22*** 22,28 ****
23 #define IncSubSubdir Xaw3d
24
25 XCOMM When building outside an X11 source tree:
26! XCOMM EXTRA_INCLUDES = -I.
27
28 #ifdef SharedXawReqs
29 REQUIREDLIBS = SharedXawReqs
30--- 22,28 ----
31 #define IncSubSubdir Xaw3d
32
33 XCOMM When building outside an X11 source tree:
34! EXTRA_INCLUDES = -I.
35
36 #ifdef SharedXawReqs
37 REQUIREDLIBS = SharedXawReqs
38diff -rc xc-orig/lib/Xaw3d/laylex.l xc/lib/Xaw3d/laylex.l
39*** xc-orig/lib/Xaw3d/laylex.l 1996-10-15 16:41:26.000000000 +0200
40--- xc/lib/Xaw3d/laylex.l 2005-11-11 20:03:50.000000000 +0100
41***************
42*** 26,31 ****
43--- 26,33 ----
44 #ifdef __STDC__
45 static int count ();
46 #endif
47+
48+ static int LayYY_prev_more_offset = 0;
49 %}
50 %%
51 vertical return VERTICAL;