adjust goals for 2.0
This commit is contained in:
parent
014a3330e8
commit
8db840cbd0
1 changed files with 2 additions and 2 deletions
4
TODO
4
TODO
|
@ -1,7 +1,5 @@
|
||||||
Goals for future releases of Openbox (THIS CAN AND WILL CHANGE):
|
Goals for future releases of Openbox (THIS CAN AND WILL CHANGE):
|
||||||
2.0:
|
2.0:
|
||||||
* Add XEventHandler class to make event handling better than ever!
|
|
||||||
|
|
||||||
* using std::string instead of char *'s. bool instead of Bool. proper consting
|
* using std::string instead of char *'s. bool instead of Bool. proper consting
|
||||||
everywhere where appropriate. unsigned ints where appropriate. etc.
|
everywhere where appropriate. unsigned ints where appropriate. etc.
|
||||||
|
|
||||||
|
@ -10,6 +8,8 @@ Goals for future releases of Openbox (THIS CAN AND WILL CHANGE):
|
||||||
* separate Font class with support for Xfonts, xfontsets, and xft.
|
* separate Font class with support for Xfonts, xfontsets, and xft.
|
||||||
|
|
||||||
3.0:
|
3.0:
|
||||||
|
* Add XEventHandler class to make event handling better than ever!
|
||||||
|
|
||||||
* reorganization of class model. Add XWidget class (contains an X drawable).
|
* reorganization of class model. Add XWidget class (contains an X drawable).
|
||||||
|
|
||||||
* key/mouse/action bindings
|
* key/mouse/action bindings
|
||||||
|
|
Loading…
Reference in a new issue