You can not 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
Slávek Banko 2023e38877
Use the new way to find Python with CMake >= 3.12.
3 weeks ago
..
extension superkaramba: added cmake rules for example files and create xcursor.so at build time. 1 year ago
pics Fix invalid headers in PNG files and optimize for size 8 years ago
CMakeLists.txt Use the new way to find Python with CMake >= 3.12. 3 weeks ago
README superkaramba: added cmake rules for example files and create xcursor.so at build time. 1 year ago
eyes.py superkaramba: convert examples to python3. 1 year ago
eyes.theme rename the following methods: 13 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.

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

TODO:
	Add Theme Support