Hi, I've been meaning to learn C++ for a while, so I took a look at the TODO file and built blackbox from CVS :)
I'm starting with the simple looking items. To remove the current workspace from the window menu, the workspace needs to be identified by some other data than the index into the menu. In C I'd just put a "void *user_data" onto the constructor to hold a pointer to anything. In the interests of creating a patch that will actually be accepted into this shiny C++ code, what's the appropriate way of doing this for blackbox? In this particular case we only need to store another int; it's probably useful to be able to store anything though. Cheers, Grahame
