fix for XUngrabKey for multi-head
[bbkeys.git] / README.bbtools
blobc44fe361d5e094d7ad4aa0084c21a76bb31248ce
1 This is more for my sanity than anything else, but since kns has written such
2 an excellent code base, I'm going to try to keep my code as simple as possible
3 and as easy as possible to fit into his code, that it should be a trivial thing
4 to plug bbkeys into his most current bbpager source and get it up and running.
5 This is what I had to do to do this....
7 - obviously, copy the bbkeysconf sub-directory into the current source tree. 
8 - pull AUTHORS, ChangeLog, BUGS, NEWS, INSTALL, TODO, README in too....
9 - pull bbkeys.cc, bbkeysConfigC.c, and bbkeys.hh in as well...
10 - add bbkeys-specific switches to the Usage() function
11 - add bbkeys-specific switches to CMDOPTIONS structure
12 - add checks for bbkeys-specific switches to main()
13 - change all references (grep -ir bbpager *| less) of bbpager/Bbpager to 
14   bbkeys/Bbkeys
15 - add bbkeysConfigC to Makefile.am
16 - add bbkeys-specific switches (noqt and miniMe) to Basewindow.hh/cc
17 - merge bbkeys.hh and bbpager.hh
18 - merge bbkeys.cc and bbpager.cc (up to line 651 is bbkeys code, from there on,
19   it's pick and choose and meld and merge time....
20 - pull in resource.cc from most current bbkeys tree (need the resources for
21   font and button that just aren't in bbpager
22 - pull in blackboxstyle.hh from most current bbkeys source tree
23 - in general, it's messier than stickin yer head in a jar of honey