XFree86 XCursor sample support. No change with a default install, but if you grab...
authorsleuth <sleuth>
Sat, 8 Mar 2003 12:51:06 +0000 (12:51 +0000)
committersleuth <sleuth@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 8 Mar 2003 12:51:06 +0000 (12:51 +0000)
commit813f640d0679dd8c44b2f0ed13bb2c04705e7dc7
tree289f868b97a6a989a19aa8ed57dcf3f0cbc5baa3
parent7a390816d3e3c2a0fc4ad189133030e982f96891
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
17 files changed:
AUTHORS
autogen.sh
data/config/behavior/default/behavior.db
data/cursors/Close.db
data/cursors/Default.db
data/cursors/Iconify.db
data/cursors/Max_Size.db
data/cursors/Menu.db
data/cursors/Resize.db
data/cursors/Resize_Horizontal.db
data/cursors/Resize_Vertical.db
data/cursors/Title_Bar.db
src/config.c
src/config.h
src/cursors.c
src/menu.c
src/text.c