3ecfbafa4d
PR: ports/98027 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
8 lines
375 B
Text
8 lines
375 B
Text
*******************************************************************
|
|
If you want Xaw3d to replace the default Athena Widget Set
|
|
so most X applications will get a 3-D look, do this (as root):
|
|
|
|
cd %%X11BASE%%/lib
|
|
mv libXaw.so.%%XAWVER%% libXaw2d.so.%%XAWVER%%
|
|
ln -s libXaw3d.so.%%XAWVER%% libXaw.so.%%XAWVER%%
|
|
*******************************************************************
|