• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D14-Jul-2019502 2214

README.xdwapiH A D14-Jul-2019675 2617

xdwapi.cH A D14-Jul-20195.6 KiB258192

xdwapi.hH A D14-Jul-20195.2 KiB15327

xdwapidemo.cH A D14-Jul-20194.2 KiB182141

README.xdwapi

1What is xdwapi?
2===============
3
4Beginning with version 1.3, xdesktopwaves has an application programming
5interface for creating wave effects. If you want to make use of it, just
6compile and link "xdwapi.c" with your program, include "xdwapi.h" and
7call the API functions.
8
9
10API Demo
11========
12
13"xdwapidemo.c" is an example program of creating wave effects.
14How to get it running:
15
161.) Compile the demo by typing "make".
172.) Start xdesktopwaves as usual (best with -ef 2 or 3).
183.) Keep the desktop mostly clean from other windows.
194.) Start the demo by typing "./xdwapidemo".
20
21
22API Documentation
23=================
24
25Please refer to the comments in the header file "xdwapi.h".
26