You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeutils/superkaramba/examples/globalMouse
tpearson a2277b6bc7 TQt4 port kdeutils
This enables compilation under both Qt3 and Qt4


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1238125 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
..
extension TQt4 port kdeutils 15 years ago
pics Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 17 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 17 years ago
eyes.py TQt4 port kdeutils 15 years ago
eyes.theme TQt4 port kdeutils 15 years ago
xcursor.so Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 17 years ago

README

Karamba Eyes 0.6 by Wilfried.Huss@gmx.at
----------------------------------------

Karamba Eyes is a implementation of the classic xeyes for superkaramba.


INSTALLATION:
	Karamba Eyes needs a small Python extension module named xcursor
	which is implemented in the file extension/xcursor.c.

	To build it go to the extension subdirectory and type

		python setup.py build
	
	(The Python develop package needs to be installed)

	This creates the shared library xcursor.so, probably in a subdirectory
	named build. This file needs to be copied in the same directory as the
	eyes.theme and eyes.py file.

	A precompiled xcursor.so file is included (Compiled on Mandrake 9.1).

CHANGES:
	* Moving the theme now works as it should.
	* Widget Mask added

TODO:
	Add Theme Support