blob: 20da3c1729340260c4a33e5c467074cd9e70cb0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
IvyPointer
control your mouse through Ivy
How to compile ?
gcc -c getopt.c
gcc -c -DHAVE_X11_EXTENSIONS_XTEST_H ivypointer.c
gcc getopt.o ivypointer.o -DHAVE_X11_EXTENSIONS_XTEST_H -lX11 -lXtst -livy -o ivypointer
yes, I know I should make a Makefile..... ;-)
|