all repos — openbox @ 4f50d11704240ccfc4f96f48f906e12d59f8fdc2

openbox fork - make it a bit more like ryudo

spelling error
Dana Jansens danakj@orodu.net
commit

4f50d11704240ccfc4f96f48f906e12d59f8fdc2

parent

f6e80e0da6b50f87cc8a7285a8f7fa2be366e783

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M TODOTODO

@@ -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.