X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=TODO;h=f155b7406af5dd67fff3643aedb3c49a51c39dc0;hb=713c93d6ea22827a1b8c5b24dc106e67f992707b;hp=0d0b40de7d58ec680f0febcf956ce342a633cff3;hpb=f6e80e0da6b50f87cc8a7285a8f7fa2be366e783;p=chaz%2Fopenbox diff --git a/TODO b/TODO index 0d0b40de..f155b740 100644 --- a/TODO +++ b/TODO @@ -2,7 +2,7 @@ Goals for future releases of Openbox (THIS CAN AND WILL CHANGE): 2.0: * rewrite of the window manager. complete class reorganization and cleanup. Separate X class layer (XDisplay/XScreen/XWindow/etc) which does all - interation with the X server. + interaction with the X server. * using std::string instead of char *'s. bool instead of Bool. proper consting everywhere where appropriate. unsigned ints where appropriate. etc.