Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb
[free-sw/xcb/demo] / neko / README
1 XCB TODO
2 --------
3 * -root needs testing (Mac X is rootless)
4 * DEBUG not supported
5 * -geometry not supported
6 * -iconic not supported (don't like the util interfaces)
7
8 XCB ENHANCEMENTS
9 ----------------
10 * autoconf (using `pkg-config` for now)
11 * too many globals! refactor
12 * no X resource cleanup. OK?
13 * convert to use threading
14   * multi-neko!
15 =======================
16
17 This is XNeko.
18 I have added color and root capability to this app.
19 I had nothing to do with anything except these modifications.
20 Don't look at the code.
21
22 -----------------------
23  INSTALLATION
24 -----------------------
25 % xmkmf -a
26 % make
27 Dat's it.
28
29 -----------------------
30  HELP
31 -----------------------
32 % xneko -help
33 Dat's it.
34
35 -----------------------
36  COLORS
37 -----------------------
38 % xneko -bg <background> -fg <foreground>
39 Dat's it.
40
41 -----------------------
42  ROOTWINDOW OPS
43 -----------------------
44 % xneko -root
45 Dat's it.
46
47 Enjoy.
48
49 Dan Checkoway   8/4/94