Detect Alt-Q to quit using xcb_keysyms.h library.
[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
13 XCB ENHANCEMENTS
14 ----------------
15 * autoconf
16 * too many globals! refactor
17 * no X resource cleanup. OK?
18 * convert to use threading
19   * multi-neko!
20 =======================
21
22 This is XNeko.
23 I have added color and root capability to this app.
24 I had nothing to do with anything except these modifications.
25 Don't look at the code.
26
27 -----------------------
28  INSTALLATION
29 -----------------------
30 % xmkmf -a
31 % make
32 Dat's it.
33
34 -----------------------
35  HELP
36 -----------------------
37 % xneko -help
38 Dat's it.
39
40 -----------------------
41  COLORS
42 -----------------------
43 % xneko -bg <background> -fg <foreground>
44 Dat's it.
45
46 -----------------------
47  ROOTWINDOW OPS
48 -----------------------
49 % xneko -root
50 Dat's it.
51
52 Enjoy.
53
54 Dan Checkoway   8/4/94