Another demo: ported xcbneko
[free-sw/xcb/demo] / neko / README
1 XCB TODO
2 --------
3 * needs testing on Linux, x86, <32 
4   * XPutImage does all sorts of image conversion, required for
5     making the 1Ll bitmaps compatible with the display.
6     I only supported (1Ll --> 4Mm)
7   * Move such support to xcb-image
8 * -root needs testing (Mac X is rootless)
9 * DEBUG not supported
10 * -geometry not supported
11 * WM hints, -iconic not supported (don't like the util interfaces)
12 * quit on Alt-Q not supported (XLookupString)
13
14 XCB ENHANCEMENTS
15 ----------------
16 * autoconf
17 * too many globals! refactor
18 * no X resource cleanup. OK?
19 * convert to use threading
20   * multi-neko!
21 =======================
22
23 This is XNeko.
24 I have added color and root capability to this app.
25 I had nothing to do with anything except these modifications.
26 Don't look at the code.
27
28 -----------------------
29  INSTALLATION
30 -----------------------
31 % xmkmf -a
32 % make
33 Dat's it.
34
35 -----------------------
36  HELP
37 -----------------------
38 % xneko -help
39 Dat's it.
40
41 -----------------------
42  COLORS
43 -----------------------
44 % xneko -bg <background> -fg <foreground>
45 Dat's it.
46
47 -----------------------
48  ROOTWINDOW OPS
49 -----------------------
50 % xneko -root
51 Dat's it.
52
53 Enjoy.
54
55 Dan Checkoway   8/4/94