diff options
author | sleuth <sleuth> | 2003-03-08 12:51:06 +0000 |
---|---|---|
committer | sleuth <sleuth@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2003-03-08 12:51:06 +0000 |
commit | 813f640d0679dd8c44b2f0ed13bb2c04705e7dc7 (patch) | |
tree | 289f868b97a6a989a19aa8ed57dcf3f0cbc5baa3 /autogen.sh | |
parent | 7a390816d3e3c2a0fc4ad189133030e982f96891 (diff) | |
download | enlightenment-813f640d0679dd8c44b2f0ed13bb2c04705e7dc7.tar.gz |
XFree86 XCursor sample support. No change with a default install, but if you grab the new behaviour.db and change /desktops/cursors/e_native to 0, then E will use your local XCursor setup. Check out the edevel mailing list for a theme I've tried. XCursor support is only available in XFree86 4.3.0.
Also allow different fonts for borders vs. menus. This adds links in /usr/local/share/enlightenment/fonts (default install) for a menu.ttf and a text.ttf file. text.tff is the font used for border text/window titles. menu.ttf will be used for menus. No change by default, but you'll need to re-run autogen.sh & make install for the links to be created automatically.
Update AUTHORS
Kevin Brosius <cobra@compuserve.com>
SVN revision: 6751
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index 6dbed5080a..40363f3a9e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -130,3 +130,7 @@ ln -sf selected-0.sticky-0.shaded-0.bits.db selected-1.sticky-0.shaded-1.bits.db ln -sf selected-0.sticky-0.shaded-0.bits.db selected-1.sticky-1.shaded-1.bits.db ln -sf selected-0.sticky-0.shaded-0.bits.db selected-0.sticky-1.shaded-1.bits.db cd .. + +cd fonts +ln -sf borzoib.ttf menu.ttf +ln -sf borzoib.ttf text.ttf |